fa5b85741b1792fa31d16fbb0daf612de8b4a780
[ntfsprogs.git] / libntfs / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Before making a release, the LTVERSION string should be modified.
19 # The string is of the form CURRENT:REVISION:AGE.
20 #
21 # CURRENT (C)
22 #       The most recent interface number that this library implements.
23 #
24 # REVISION (R)
25 #       The implementation number that this library implements.
26 #
27 # AGE (A)
28 #       The difference between the newest and oldest interfaces that this
29 #       library implements. In other works, the library implements all the
30 #       interface numbers in the range from number 'CURRENT - AGE' to
31 #       'CURRENT'.
32 #
33 # This means that:
34 #
35 #   - If interfaces have been changed or added, but binary compatibility has
36 #     been preserved, change to C+1:0:A+1
37 #
38 #   - If binary compatibility has been broken (eg removed or changed
39 #     interfaces) change to C+1:0:0
40 #
41 #   - If the interface is the same as the previous version, change to C:R+1:A
42 #
43 SHELL = @SHELL@
44
45 srcdir = @srcdir@
46 top_srcdir = @top_srcdir@
47 VPATH = @srcdir@
48 prefix = @prefix@
49 exec_prefix = @exec_prefix@
50
51 bindir = @bindir@
52 sbindir = @sbindir@
53 libexecdir = @libexecdir@
54 datadir = @datadir@
55 sysconfdir = @sysconfdir@
56 sharedstatedir = @sharedstatedir@
57 localstatedir = @localstatedir@
58 libdir = @libdir@
59 infodir = @infodir@
60 mandir = @mandir@
61 includedir = @includedir@
62 oldincludedir = /usr/include
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 top_builddir = ..
67
68 ACLOCAL = @ACLOCAL@
69 AUTOCONF = @AUTOCONF@
70 AUTOMAKE = @AUTOMAKE@
71 AUTOHEADER = @AUTOHEADER@
72
73 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
74 INSTALL = @INSTALL@
75 INSTALL_PROGRAM = @INSTALL_PROGRAM@
76 INSTALL_DATA = @INSTALL_DATA@
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_SCRIPT = @INSTALL_SCRIPT@
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = @program_transform_name@
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 host_alias = @host_alias@
90 host_triplet = @host@
91
92 EXEEXT = @EXEEXT@
93 OBJEXT = @OBJEXT@
94 PATH_SEPARATOR = @PATH_SEPARATOR@
95 AMTAR = @AMTAR@
96 AS = @AS@
97 AUTODIRS = @AUTODIRS@
98 AWK = @AWK@
99 CC = @CC@
100 CFLAGS = @CFLAGS@
101 CPPFLAGS = @CPPFLAGS@
102 CXX = @CXX@
103 DEPDIR = @DEPDIR@
104 DLLTOOL = @DLLTOOL@
105 ECHO = @ECHO@
106 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107 LDFLAGS = @LDFLAGS@
108 LIBTOOL = @LIBTOOL@
109 LIBTOOL_DEPS = @LIBTOOL_DEPS@
110 LN_S = @LN_S@
111 MAINT = @MAINT@
112 OBJDUMP = @OBJDUMP@
113 PACKAGE = @PACKAGE@
114 RANLIB = @RANLIB@
115 STRIP = @STRIP@
116 VERSION = @VERSION@
117 all_includes = @all_includes@
118 all_libraries = @all_libraries@
119 am__include = @am__include@
120 am__quote = @am__quote@
121 install_sh = @install_sh@
122
123 LTVERSION = 5:0:0
124
125 # Later gcc require -fms-extensions to work.
126 @GCC_NEEDS_MS_EXTENSIONS_TRUE@GCCflag = -fms-extensions
127 @GCC_NEEDS_MS_EXTENSIONS_FALSE@GCCflag = 
128
129 # Need this to enable 64-bit (device) file access functions and parameters.
130 @DEBUG_TRUE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -Wall -g -DDEBUG $(GCCflag)
131 @DEBUG_FALSE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -Wall $(GCCflag)
132
133 linux_ntfsincludedir = -I$(top_srcdir)/include
134 lib_LTLIBRARIES = libntfs.la
135 libntfs_la_LDFLAGS = -version-info $(LTVERSION)
136 libntfs_la_SOURCES = \
137         attrib.c        \
138         bitmap.c        \
139         bootsect.c      \
140         compat.c        \
141         debug.c         \
142         device.c        \
143         dir.c           \
144         disk_io.c       \
145         inode.c         \
146         lcnalloc.c      \
147         mft.c           \
148         mst.c           \
149         runlist.c       \
150         unistr.c        \
151         volume.c
152
153
154 INCLUDES = $(linux_ntfsincludedir) $(all_includes)
155 subdir = libntfs
156 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
157 CONFIG_HEADER = $(top_builddir)/config.h
158 CONFIG_CLEAN_FILES =
159 LTLIBRARIES = $(lib_LTLIBRARIES)
160
161 libntfs_la_LIBADD =
162 am_libntfs_la_OBJECTS = attrib.lo bitmap.lo bootsect.lo compat.lo \
163         debug.lo device.lo dir.lo disk_io.lo inode.lo lcnalloc.lo \
164         mft.lo mst.lo runlist.lo unistr.lo volume.lo
165 libntfs_la_OBJECTS = $(am_libntfs_la_OBJECTS)
166
167 DEFS = @DEFS@
168 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
169 LIBS = @LIBS@
170 depcomp = $(SHELL) $(top_srcdir)/depcomp
171 am__depfiles_maybe = depfiles
172 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/attrib.Plo ./$(DEPDIR)/bitmap.Plo \
173 @AMDEP_TRUE@    ./$(DEPDIR)/bootsect.Plo ./$(DEPDIR)/compat.Plo \
174 @AMDEP_TRUE@    ./$(DEPDIR)/debug.Plo ./$(DEPDIR)/device.Plo \
175 @AMDEP_TRUE@    ./$(DEPDIR)/dir.Plo ./$(DEPDIR)/disk_io.Plo \
176 @AMDEP_TRUE@    ./$(DEPDIR)/inode.Plo ./$(DEPDIR)/lcnalloc.Plo \
177 @AMDEP_TRUE@    ./$(DEPDIR)/mft.Plo ./$(DEPDIR)/mst.Plo \
178 @AMDEP_TRUE@    ./$(DEPDIR)/runlist.Plo ./$(DEPDIR)/unistr.Plo \
179 @AMDEP_TRUE@    ./$(DEPDIR)/volume.Plo
180 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
183         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184 CCLD = $(CC)
185 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
186         $(AM_LDFLAGS) $(LDFLAGS) -o $@
187 DIST_SOURCES = $(libntfs_la_SOURCES)
188 DIST_COMMON = Makefile.am Makefile.in
189 SOURCES = $(libntfs_la_SOURCES)
190
191 all: all-am
192
193 .SUFFIXES:
194 .SUFFIXES: .c .lo .o .obj
195 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
196         cd $(top_srcdir) && \
197           $(AUTOMAKE) --gnu  libntfs/Makefile
198 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
199         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
200 libLTLIBRARIES_INSTALL = $(INSTALL)
201 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
202         @$(NORMAL_INSTALL)
203         $(mkinstalldirs) $(DESTDIR)$(libdir)
204         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
205           if test -f $$p; then \
206             f="`echo $$p | sed -e 's|^.*/||'`"; \
207             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
208             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
209           else :; fi; \
210         done
211
212 uninstall-libLTLIBRARIES:
213         @$(NORMAL_UNINSTALL)
214         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
215             p="`echo $$p | sed -e 's|^.*/||'`"; \
216           echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
217           $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
218         done
219
220 clean-libLTLIBRARIES:
221         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
222         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
223           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
224           test -z "$dir" && dir=.; \
225           echo "rm -f \"$${dir}/so_locations\""; \
226           rm -f "$${dir}/so_locations"; \
227         done
228 libntfs.la: $(libntfs_la_OBJECTS) $(libntfs_la_DEPENDENCIES) 
229         $(LINK) -rpath $(libdir) $(libntfs_la_LDFLAGS) $(libntfs_la_OBJECTS) $(libntfs_la_LIBADD) $(LIBS)
230
231 mostlyclean-compile:
232         -rm -f *.$(OBJEXT) core *.core
233
234 distclean-compile:
235         -rm -f *.tab.c
236
237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attrib.Plo@am__quote@
238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap.Plo@am__quote@
239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bootsect.Plo@am__quote@
240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@
241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Plo@am__quote@
243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dir.Plo@am__quote@
244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disk_io.Plo@am__quote@
245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inode.Plo@am__quote@
246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcnalloc.Plo@am__quote@
247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mft.Plo@am__quote@
248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mst.Plo@am__quote@
249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runlist.Plo@am__quote@
250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistr.Plo@am__quote@
251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/volume.Plo@am__quote@
252
253 distclean-depend:
254         -rm -rf ./$(DEPDIR)
255
256 .c.o:
257 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
258 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
259 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
261
262 .c.obj:
263 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
264 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
265 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266         $(COMPILE) -c `cygpath -w $<`
267
268 .c.lo:
269 @AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
270 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
271 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272         $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
273 CCDEPMODE = @CCDEPMODE@
274
275 mostlyclean-libtool:
276         -rm -f *.lo
277
278 clean-libtool:
279         -rm -rf .libs _libs
280
281 distclean-libtool:
282         -rm -f libtool
283 uninstall-info-am:
284
285 ETAGS = etags
286 ETAGSFLAGS =
287
288 tags: TAGS
289
290 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
291         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
292         unique=`for i in $$list; do \
293             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294           done | \
295           $(AWK) '    { files[$$0] = 1; } \
296                END { for (i in files) print i; }'`; \
297         mkid -fID $$unique
298
299 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
300                 $(TAGS_FILES) $(LISP)
301         tags=; \
302         here=`pwd`; \
303         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
304         unique=`for i in $$list; do \
305             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306           done | \
307           $(AWK) '    { files[$$0] = 1; } \
308                END { for (i in files) print i; }'`; \
309         test -z "$(ETAGS_ARGS)$$tags$$unique" \
310           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
311              $$tags $$unique
312
313 GTAGS:
314         here=`$(am__cd) $(top_builddir) && pwd` \
315           && cd $(top_srcdir) \
316           && gtags -i $(GTAGS_ARGS) $$here
317
318 distclean-tags:
319         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
320 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
321
322 top_distdir = ..
323 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
324
325 distdir: $(DISTFILES)
326         @list='$(DISTFILES)'; for file in $$list; do \
327           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
328           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
329           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
330             dir="/$$dir"; \
331             $(mkinstalldirs) "$(distdir)$$dir"; \
332           else \
333             dir=''; \
334           fi; \
335           if test -d $$d/$$file; then \
336             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
337               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
338             fi; \
339             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
340           else \
341             test -f $(distdir)/$$file \
342             || cp -p $$d/$$file $(distdir)/$$file \
343             || exit 1; \
344           fi; \
345         done
346 check-am: all-am
347 check: check-am
348 all-am: Makefile $(LTLIBRARIES)
349
350 installdirs:
351         $(mkinstalldirs) $(DESTDIR)$(libdir)
352
353 install: install-am
354 install-exec: install-exec-am
355 install-data: install-data-am
356 uninstall: uninstall-am
357
358 install-am: all-am
359         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
360
361 installcheck: installcheck-am
362 install-strip:
363         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
364           INSTALL_STRIP_FLAG=-s \
365           `test -z '$(STRIP)' || \
366             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
367 mostlyclean-generic:
368
369 clean-generic:
370
371 distclean-generic:
372         -rm -f Makefile $(CONFIG_CLEAN_FILES)
373
374 maintainer-clean-generic:
375         @echo "This command is intended for maintainers to use"
376         @echo "it deletes files that may require special tools to rebuild."
377 clean: clean-am
378
379 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
380         mostlyclean-am
381
382 distclean: distclean-am
383
384 distclean-am: clean-am distclean-compile distclean-depend \
385         distclean-generic distclean-libtool distclean-tags
386
387 dvi: dvi-am
388
389 dvi-am:
390
391 info: info-am
392
393 info-am:
394
395 install-data-am:
396
397 install-exec-am: install-libLTLIBRARIES
398
399 install-info: install-info-am
400
401 install-man:
402
403 installcheck-am:
404
405 maintainer-clean: maintainer-clean-am
406
407 maintainer-clean-am: distclean-am maintainer-clean-generic
408
409 mostlyclean: mostlyclean-am
410
411 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
412         mostlyclean-libtool
413
414 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
415
416 .PHONY: GTAGS all all-am check check-am clean clean-generic \
417         clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
418         distclean-depend distclean-generic distclean-libtool \
419         distclean-tags distdir dvi dvi-am info info-am install \
420         install-am install-data install-data-am install-exec \
421         install-exec-am install-info install-info-am \
422         install-libLTLIBRARIES install-man install-strip installcheck \
423         installcheck-am installdirs maintainer-clean \
424         maintainer-clean-generic mostlyclean mostlyclean-compile \
425         mostlyclean-generic mostlyclean-libtool tags uninstall \
426         uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
427
428 # Tell versions [3.59,3.63) of GNU make to not export all variables.
429 # Otherwise a system limit (for SysV at least) may be exceeded.
430 .NOEXPORT: