~ubuntu-branches/ubuntu/hardy/ntfs-3g/hardy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Florent Mertens
  • Date: 2006-09-27 12:00:49 UTC
  • Revision ID: james.westby@ubuntu.com-20060927120049-1hk9p6a42k58cv55
Tags: upstream-20060920
ImportĀ upstreamĀ versionĀ 20060920

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = .
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
target_triplet = @target@
 
39
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
41
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
42
        compile config.guess config.sub depcomp install-sh ltmain.sh \
 
43
        missing
 
44
subdir = .
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
48
        $(ACLOCAL_M4)
 
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
50
 configure.lineno configure.status.lineno
 
51
mkinstalldirs = $(install_sh) -d
 
52
CONFIG_HEADER = config.h
 
53
CONFIG_CLEAN_FILES =
 
54
SOURCES =
 
55
DIST_SOURCES =
 
56
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
57
        html-recursive info-recursive install-data-recursive \
 
58
        install-exec-recursive install-info-recursive \
 
59
        install-recursive installcheck-recursive installdirs-recursive \
 
60
        pdf-recursive ps-recursive uninstall-info-recursive \
 
61
        uninstall-recursive
 
62
ETAGS = etags
 
63
CTAGS = ctags
 
64
DIST_SUBDIRS = $(SUBDIRS)
 
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
66
distdir = $(PACKAGE)-$(VERSION)
 
67
top_distdir = $(distdir)
 
68
am__remove_distdir = \
 
69
  { test ! -d $(distdir) \
 
70
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
71
         && rm -fr $(distdir); }; }
 
72
DIST_ARCHIVES = $(distdir).tar.gz
 
73
GZIP_ENV = --best
 
74
distuninstallcheck_listfiles = find . -type f -print
 
75
distcleancheck_listfiles = find . -type f -print
 
76
ACLOCAL = @ACLOCAL@
 
77
AMDEP_FALSE = @AMDEP_FALSE@
 
78
AMDEP_TRUE = @AMDEP_TRUE@
 
79
AMTAR = @AMTAR@
 
80
AR = @AR@
 
81
AUTOCONF = @AUTOCONF@
 
82
AUTODIRS = @AUTODIRS@
 
83
AUTOHEADER = @AUTOHEADER@
 
84
AUTOMAKE = @AUTOMAKE@
 
85
AWK = @AWK@
 
86
CC = @CC@
 
87
CCDEPMODE = @CCDEPMODE@
 
88
CFLAGS = @CFLAGS@
 
89
CPP = @CPP@
 
90
CPPFLAGS = @CPPFLAGS@
 
91
CXX = @CXX@
 
92
CXXCPP = @CXXCPP@
 
93
CXXDEPMODE = @CXXDEPMODE@
 
94
CXXFLAGS = @CXXFLAGS@
 
95
CYGPATH_W = @CYGPATH_W@
 
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
FUSE_MODULE_CFLAGS = @FUSE_MODULE_CFLAGS@
 
107
FUSE_MODULE_LIBS = @FUSE_MODULE_LIBS@
 
108
INSTALL_DATA = @INSTALL_DATA@
 
109
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
110
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
111
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
112
LDFLAGS = @LDFLAGS@
 
113
LIBNTFS_3G_CFLAGS = @LIBNTFS_3G_CFLAGS@
 
114
LIBOBJS = @LIBOBJS@
 
115
LIBS = @LIBS@
 
116
LIBTOOL = @LIBTOOL@
 
117
LN_S = @LN_S@
 
118
LTLIBOBJS = @LTLIBOBJS@
 
119
MAINT = @MAINT@
 
120
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
121
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
122
MAKEINFO = @MAKEINFO@
 
123
OBJEXT = @OBJEXT@
 
124
PACKAGE = @PACKAGE@
 
125
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
126
PACKAGE_NAME = @PACKAGE_NAME@
 
127
PACKAGE_STRING = @PACKAGE_STRING@
 
128
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
129
PACKAGE_VERSION = @PACKAGE_VERSION@
 
130
PATH_SEPARATOR = @PATH_SEPARATOR@
 
131
PKG_CONFIG = @PKG_CONFIG@
 
132
RANLIB = @RANLIB@
 
133
REALLYSTATIC_FALSE = @REALLYSTATIC_FALSE@
 
134
REALLYSTATIC_TRUE = @REALLYSTATIC_TRUE@
 
135
RM = @RM@
 
136
SET_MAKE = @SET_MAKE@
 
137
SHELL = @SHELL@
 
138
STRIP = @STRIP@
 
139
VERSION = @VERSION@
 
140
ac_ct_AR = @ac_ct_AR@
 
141
ac_ct_CC = @ac_ct_CC@
 
142
ac_ct_CXX = @ac_ct_CXX@
 
143
ac_ct_F77 = @ac_ct_F77@
 
144
ac_ct_RANLIB = @ac_ct_RANLIB@
 
145
ac_ct_STRIP = @ac_ct_STRIP@
 
146
all_includes = @all_includes@
 
147
all_libraries = @all_libraries@
 
148
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
149
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
150
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
151
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
152
am__include = @am__include@
 
153
am__leading_dot = @am__leading_dot@
 
154
am__quote = @am__quote@
 
155
am__tar = @am__tar@
 
156
am__untar = @am__untar@
 
157
bindir = @bindir@
 
158
build = @build@
 
159
build_alias = @build_alias@
 
160
build_cpu = @build_cpu@
 
161
build_os = @build_os@
 
162
build_vendor = @build_vendor@
 
163
datadir = @datadir@
 
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
includedir = @includedir@
 
171
infodir = @infodir@
 
172
install_sh = @install_sh@
 
173
libdir = @libdir@
 
174
libexecdir = @libexecdir@
 
175
localstatedir = @localstatedir@
 
176
mandir = @mandir@
 
177
mkdir_p = @mkdir_p@
 
178
oldincludedir = @oldincludedir@
 
179
prefix = @prefix@
 
180
program_transform_name = @program_transform_name@
 
181
sbindir = @sbindir@
 
182
sharedstatedir = @sharedstatedir@
 
183
sysconfdir = @sysconfdir@
 
184
target = @target@
 
185
target_alias = @target_alias@
 
186
target_cpu = @target_cpu@
 
187
target_os = @target_os@
 
188
target_vendor = @target_vendor@
 
189
SUBDIRS = include libntfs-3g src
 
190
EXTRA_DIST = AUTHORS CREDITS COPYING INSTALL NEWS README autogen.sh  
 
191
AUTOMAKE_OPTIONS = gnu
 
192
MAINTAINERCLEANFILES = configure Makefile.in aclocal.m4 compile depcomp \
 
193
        install-sh ltmain.sh missing config.guess config.sub config.h.in INSTALL
 
194
 
 
195
all: config.h
 
196
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
197
 
 
198
.SUFFIXES:
 
199
am--refresh:
 
200
        @:
 
201
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
202
        @for dep in $?; do \
 
203
          case '$(am__configure_deps)' in \
 
204
            *$$dep*) \
 
205
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
206
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
207
                && exit 0; \
 
208
              exit 1;; \
 
209
          esac; \
 
210
        done; \
 
211
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
212
        cd $(top_srcdir) && \
 
213
          $(AUTOMAKE) --gnu  Makefile
 
214
.PRECIOUS: Makefile
 
215
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
216
        @case '$?' in \
 
217
          *config.status*) \
 
218
            echo ' $(SHELL) ./config.status'; \
 
219
            $(SHELL) ./config.status;; \
 
220
          *) \
 
221
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
222
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
223
        esac;
 
224
 
 
225
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
226
        $(SHELL) ./config.status --recheck
 
227
 
 
228
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
229
        cd $(srcdir) && $(AUTOCONF)
 
230
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
231
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
232
 
 
233
config.h: stamp-h1
 
234
        @if test ! -f $@; then \
 
235
          rm -f stamp-h1; \
 
236
          $(MAKE) stamp-h1; \
 
237
        else :; fi
 
238
 
 
239
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
240
        @rm -f stamp-h1
 
241
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
242
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
243
        cd $(top_srcdir) && $(AUTOHEADER)
 
244
        rm -f stamp-h1
 
245
        touch $@
 
246
 
 
247
distclean-hdr:
 
248
        -rm -f config.h stamp-h1
 
249
 
 
250
mostlyclean-libtool:
 
251
        -rm -f *.lo
 
252
 
 
253
clean-libtool:
 
254
        -rm -rf .libs _libs
 
255
 
 
256
distclean-libtool:
 
257
        -rm -f libtool
 
258
uninstall-info-am:
 
259
 
 
260
# This directory's subdirectories are mostly independent; you can cd
 
261
# into them and run `make' without going through this Makefile.
 
262
# To change the values of `make' variables: instead of editing Makefiles,
 
263
# (1) if the variable is set in `config.status', edit `config.status'
 
264
#     (which will cause the Makefiles to be regenerated when you run `make');
 
265
# (2) otherwise, pass the desired values on the `make' command line.
 
266
$(RECURSIVE_TARGETS):
 
267
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
268
        dot_seen=no; \
 
269
        target=`echo $@ | sed s/-recursive//`; \
 
270
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
271
          echo "Making $$target in $$subdir"; \
 
272
          if test "$$subdir" = "."; then \
 
273
            dot_seen=yes; \
 
274
            local_target="$$target-am"; \
 
275
          else \
 
276
            local_target="$$target"; \
 
277
          fi; \
 
278
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
279
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
280
        done; \
 
281
        if test "$$dot_seen" = "no"; then \
 
282
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
283
        fi; test -z "$$fail"
 
284
 
 
285
mostlyclean-recursive clean-recursive distclean-recursive \
 
286
maintainer-clean-recursive:
 
287
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
288
        dot_seen=no; \
 
289
        case "$@" in \
 
290
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
291
          *) list='$(SUBDIRS)' ;; \
 
292
        esac; \
 
293
        rev=''; for subdir in $$list; do \
 
294
          if test "$$subdir" = "."; then :; else \
 
295
            rev="$$subdir $$rev"; \
 
296
          fi; \
 
297
        done; \
 
298
        rev="$$rev ."; \
 
299
        target=`echo $@ | sed s/-recursive//`; \
 
300
        for subdir in $$rev; do \
 
301
          echo "Making $$target in $$subdir"; \
 
302
          if test "$$subdir" = "."; then \
 
303
            local_target="$$target-am"; \
 
304
          else \
 
305
            local_target="$$target"; \
 
306
          fi; \
 
307
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
308
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
309
        done && test -z "$$fail"
 
310
tags-recursive:
 
311
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
312
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
313
        done
 
314
ctags-recursive:
 
315
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
316
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
317
        done
 
318
 
 
319
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
320
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
321
        unique=`for i in $$list; do \
 
322
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
323
          done | \
 
324
          $(AWK) '    { files[$$0] = 1; } \
 
325
               END { for (i in files) print i; }'`; \
 
326
        mkid -fID $$unique
 
327
tags: TAGS
 
328
 
 
329
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
330
                $(TAGS_FILES) $(LISP)
 
331
        tags=; \
 
332
        here=`pwd`; \
 
333
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
334
          include_option=--etags-include; \
 
335
          empty_fix=.; \
 
336
        else \
 
337
          include_option=--include; \
 
338
          empty_fix=; \
 
339
        fi; \
 
340
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
341
          if test "$$subdir" = .; then :; else \
 
342
            test ! -f $$subdir/TAGS || \
 
343
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
344
          fi; \
 
345
        done; \
 
346
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
347
        unique=`for i in $$list; do \
 
348
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
349
          done | \
 
350
          $(AWK) '    { files[$$0] = 1; } \
 
351
               END { for (i in files) print i; }'`; \
 
352
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
353
          test -n "$$unique" || unique=$$empty_fix; \
 
354
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
355
            $$tags $$unique; \
 
356
        fi
 
357
ctags: CTAGS
 
358
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
359
                $(TAGS_FILES) $(LISP)
 
360
        tags=; \
 
361
        here=`pwd`; \
 
362
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
363
        unique=`for i in $$list; do \
 
364
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
365
          done | \
 
366
          $(AWK) '    { files[$$0] = 1; } \
 
367
               END { for (i in files) print i; }'`; \
 
368
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
369
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
370
             $$tags $$unique
 
371
 
 
372
GTAGS:
 
373
        here=`$(am__cd) $(top_builddir) && pwd` \
 
374
          && cd $(top_srcdir) \
 
375
          && gtags -i $(GTAGS_ARGS) $$here
 
376
 
 
377
distclean-tags:
 
378
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
379
 
 
380
distdir: $(DISTFILES)
 
381
        $(am__remove_distdir)
 
382
        mkdir $(distdir)
 
383
        $(mkdir_p) $(distdir)/src
 
384
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
385
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
386
        list='$(DISTFILES)'; for file in $$list; do \
 
387
          case $$file in \
 
388
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
389
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
390
          esac; \
 
391
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
392
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
393
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
394
            dir="/$$dir"; \
 
395
            $(mkdir_p) "$(distdir)$$dir"; \
 
396
          else \
 
397
            dir=''; \
 
398
          fi; \
 
399
          if test -d $$d/$$file; then \
 
400
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
401
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
402
            fi; \
 
403
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
404
          else \
 
405
            test -f $(distdir)/$$file \
 
406
            || cp -p $$d/$$file $(distdir)/$$file \
 
407
            || exit 1; \
 
408
          fi; \
 
409
        done
 
410
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
411
          if test "$$subdir" = .; then :; else \
 
412
            test -d "$(distdir)/$$subdir" \
 
413
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
414
            || exit 1; \
 
415
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
416
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
417
            (cd $$subdir && \
 
418
              $(MAKE) $(AM_MAKEFLAGS) \
 
419
                top_distdir="$$top_distdir" \
 
420
                distdir="$$distdir/$$subdir" \
 
421
                distdir) \
 
422
              || exit 1; \
 
423
          fi; \
 
424
        done
 
425
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
426
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
427
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
428
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
429
        || chmod -R a+r $(distdir)
 
430
dist-gzip: distdir
 
431
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
432
        $(am__remove_distdir)
 
433
 
 
434
dist-bzip2: distdir
 
435
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
436
        $(am__remove_distdir)
 
437
 
 
438
dist-tarZ: distdir
 
439
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
440
        $(am__remove_distdir)
 
441
 
 
442
dist-shar: distdir
 
443
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
444
        $(am__remove_distdir)
 
445
 
 
446
dist-zip: distdir
 
447
        -rm -f $(distdir).zip
 
448
        zip -rq $(distdir).zip $(distdir)
 
449
        $(am__remove_distdir)
 
450
 
 
451
dist dist-all: distdir
 
452
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
453
        $(am__remove_distdir)
 
454
 
 
455
# This target untars the dist file and tries a VPATH configuration.  Then
 
456
# it guarantees that the distribution is self-contained by making another
 
457
# tarfile.
 
458
distcheck: dist
 
459
        case '$(DIST_ARCHIVES)' in \
 
460
        *.tar.gz*) \
 
461
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
462
        *.tar.bz2*) \
 
463
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
464
        *.tar.Z*) \
 
465
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
466
        *.shar.gz*) \
 
467
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
468
        *.zip*) \
 
469
          unzip $(distdir).zip ;;\
 
470
        esac
 
471
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
472
        mkdir $(distdir)/_build
 
473
        mkdir $(distdir)/_inst
 
474
        chmod a-w $(distdir)
 
475
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
476
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
477
          && cd $(distdir)/_build \
 
478
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
479
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
480
          && $(MAKE) $(AM_MAKEFLAGS) \
 
481
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
482
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
483
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
484
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
485
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
486
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
487
                distuninstallcheck \
 
488
          && chmod -R a-w "$$dc_install_base" \
 
489
          && ({ \
 
490
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
491
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
492
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
493
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
494
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
495
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
496
          && rm -rf "$$dc_destdir" \
 
497
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
498
          && rm -rf $(DIST_ARCHIVES) \
 
499
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
500
        $(am__remove_distdir)
 
501
        @(echo "$(distdir) archives ready for distribution: "; \
 
502
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
503
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
504
distuninstallcheck:
 
505
        @cd $(distuninstallcheck_dir) \
 
506
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
507
           || { echo "ERROR: files left after uninstall:" ; \
 
508
                if test -n "$(DESTDIR)"; then \
 
509
                  echo "  (check DESTDIR support)"; \
 
510
                fi ; \
 
511
                $(distuninstallcheck_listfiles) ; \
 
512
                exit 1; } >&2
 
513
distcleancheck: distclean
 
514
        @if test '$(srcdir)' = . ; then \
 
515
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
516
          exit 1 ; \
 
517
        fi
 
518
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
519
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
520
               $(distcleancheck_listfiles) ; \
 
521
               exit 1; } >&2
 
522
check-am: all-am
 
523
check: check-recursive
 
524
all-am: Makefile config.h
 
525
installdirs: installdirs-recursive
 
526
installdirs-am:
 
527
install: install-recursive
 
528
install-exec: install-exec-recursive
 
529
install-data: install-data-recursive
 
530
uninstall: uninstall-recursive
 
531
 
 
532
install-am: all-am
 
533
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
534
 
 
535
installcheck: installcheck-recursive
 
536
install-strip:
 
537
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
538
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
539
          `test -z '$(STRIP)' || \
 
540
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
541
mostlyclean-generic:
 
542
 
 
543
clean-generic:
 
544
 
 
545
distclean-generic:
 
546
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
547
 
 
548
maintainer-clean-generic:
 
549
        @echo "This command is intended for maintainers to use"
 
550
        @echo "it deletes files that may require special tools to rebuild."
 
551
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
552
clean: clean-recursive
 
553
 
 
554
clean-am: clean-generic clean-libtool mostlyclean-am
 
555
 
 
556
distclean: distclean-recursive
 
557
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
558
        -rm -f Makefile
 
559
distclean-am: clean-am distclean-generic distclean-hdr \
 
560
        distclean-libtool distclean-tags
 
561
 
 
562
dvi: dvi-recursive
 
563
 
 
564
dvi-am:
 
565
 
 
566
html: html-recursive
 
567
 
 
568
info: info-recursive
 
569
 
 
570
info-am:
 
571
 
 
572
install-data-am:
 
573
 
 
574
install-exec-am:
 
575
 
 
576
install-info: install-info-recursive
 
577
 
 
578
install-man:
 
579
 
 
580
installcheck-am:
 
581
 
 
582
maintainer-clean: maintainer-clean-recursive
 
583
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
584
        -rm -rf $(top_srcdir)/autom4te.cache
 
585
        -rm -f Makefile
 
586
maintainer-clean-am: distclean-am maintainer-clean-generic
 
587
 
 
588
mostlyclean: mostlyclean-recursive
 
589
 
 
590
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
591
 
 
592
pdf: pdf-recursive
 
593
 
 
594
pdf-am:
 
595
 
 
596
ps: ps-recursive
 
597
 
 
598
ps-am:
 
599
 
 
600
uninstall-am: uninstall-info-am
 
601
 
 
602
uninstall-info: uninstall-info-recursive
 
603
 
 
604
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
605
        check-am clean clean-generic clean-libtool clean-recursive \
 
606
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
607
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
608
        distclean-generic distclean-hdr distclean-libtool \
 
609
        distclean-recursive distclean-tags distcleancheck distdir \
 
610
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
611
        install install-am install-data install-data-am install-exec \
 
612
        install-exec-am install-info install-info-am install-man \
 
613
        install-strip installcheck installcheck-am installdirs \
 
614
        installdirs-am maintainer-clean maintainer-clean-generic \
 
615
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
616
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
617
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
618
 
 
619
 
 
620
libtool: $(LIBTOOL_DEPS)
 
621
        $(SHELL) ./config.status --recheck
 
622
 
 
623
strip:
 
624
        (cd src && $(MAKE) strip) || exit 1;
 
625
 
 
626
libs:
 
627
        (cd libntfs-3g && $(MAKE) libs) || exit 1;
 
628
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
629
# Otherwise a system limit (for SysV at least) may be exceeded.
 
630
.NOEXPORT: