http://linux-ntfs.sourceforge.net/snapshots/ntfsprogs-200309071734.tar.bz2
[ntfsprogs.git] / include / 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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AS = @AS@
70 AUTODIRS = @AUTODIRS@
71 AWK = @AWK@
72 CC = @CC@
73 CFLAGS = @CFLAGS@
74 CPPFLAGS = @CPPFLAGS@
75 CXX = @CXX@
76 DEPDIR = @DEPDIR@
77 DLLTOOL = @DLLTOOL@
78 ECHO = @ECHO@
79 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80 LDFLAGS = @LDFLAGS@
81 LIBTOOL = @LIBTOOL@
82 LIBTOOL_DEPS = @LIBTOOL_DEPS@
83 LN_S = @LN_S@
84 MAINT = @MAINT@
85 OBJDUMP = @OBJDUMP@
86 PACKAGE = @PACKAGE@
87 RANLIB = @RANLIB@
88 STRIP = @STRIP@
89 VERSION = @VERSION@
90 all_includes = @all_includes@
91 all_libraries = @all_libraries@
92 am__include = @am__include@
93 am__quote = @am__quote@
94 install_sh = @install_sh@
95
96 # Need this to enable 64-bit (device) file access functions and parameters.
97 @DEBUG_TRUE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -g -DDEBUG
98 @DEBUG_FALSE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64
99
100 linux_ntfsincludedir = $(includedir)/ntfs
101 linux_ntfsinclude_HEADERS = \
102         attrib.h        \
103         bitmap.h        \
104         bootsect.h      \
105         compat.h        \
106         debug.h         \
107         device.h        \
108         dir.h           \
109         disk_io.h       \
110         endians.h       \
111         inode.h         \
112         layout.h        \
113         lcnalloc.h      \
114         list.h          \
115         logfile.h       \
116         mft.h           \
117         mst.h           \
118         runlist.h       \
119         support.h       \
120         types.h         \
121         unistr.h        \
122         volume.h
123
124 subdir = include
125 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 DIST_SOURCES =
129 HEADERS = $(linux_ntfsinclude_HEADERS)
130
131 DIST_COMMON = $(linux_ntfsinclude_HEADERS) Makefile.am Makefile.in
132 all: all-am
133
134 .SUFFIXES:
135 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
136         cd $(top_srcdir) && \
137           $(AUTOMAKE) --gnu  include/Makefile
138 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
139         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
140
141 mostlyclean-libtool:
142         -rm -f *.lo
143
144 clean-libtool:
145         -rm -rf .libs _libs
146
147 distclean-libtool:
148         -rm -f libtool
149 uninstall-info-am:
150 linux_ntfsincludeHEADERS_INSTALL = $(INSTALL_HEADER)
151 install-linux_ntfsincludeHEADERS: $(linux_ntfsinclude_HEADERS)
152         @$(NORMAL_INSTALL)
153         $(mkinstalldirs) $(DESTDIR)$(linux_ntfsincludedir)
154         @list='$(linux_ntfsinclude_HEADERS)'; for p in $$list; do \
155           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
156           f="`echo $$p | sed -e 's|^.*/||'`"; \
157           echo " $(linux_ntfsincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(linux_ntfsincludedir)/$$f"; \
158           $(linux_ntfsincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(linux_ntfsincludedir)/$$f; \
159         done
160
161 uninstall-linux_ntfsincludeHEADERS:
162         @$(NORMAL_UNINSTALL)
163         @list='$(linux_ntfsinclude_HEADERS)'; for p in $$list; do \
164           f="`echo $$p | sed -e 's|^.*/||'`"; \
165           echo " rm -f $(DESTDIR)$(linux_ntfsincludedir)/$$f"; \
166           rm -f $(DESTDIR)$(linux_ntfsincludedir)/$$f; \
167         done
168
169 ETAGS = etags
170 ETAGSFLAGS =
171
172 tags: TAGS
173
174 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
175         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
176         unique=`for i in $$list; do \
177             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178           done | \
179           $(AWK) '    { files[$$0] = 1; } \
180                END { for (i in files) print i; }'`; \
181         mkid -fID $$unique
182
183 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
184                 $(TAGS_FILES) $(LISP)
185         tags=; \
186         here=`pwd`; \
187         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
188         unique=`for i in $$list; do \
189             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190           done | \
191           $(AWK) '    { files[$$0] = 1; } \
192                END { for (i in files) print i; }'`; \
193         test -z "$(ETAGS_ARGS)$$tags$$unique" \
194           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
195              $$tags $$unique
196
197 GTAGS:
198         here=`$(am__cd) $(top_builddir) && pwd` \
199           && cd $(top_srcdir) \
200           && gtags -i $(GTAGS_ARGS) $$here
201
202 distclean-tags:
203         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205
206 top_distdir = ..
207 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
208
209 distdir: $(DISTFILES)
210         @list='$(DISTFILES)'; for file in $$list; do \
211           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
212           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
213           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
214             dir="/$$dir"; \
215             $(mkinstalldirs) "$(distdir)$$dir"; \
216           else \
217             dir=''; \
218           fi; \
219           if test -d $$d/$$file; then \
220             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
221               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
222             fi; \
223             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
224           else \
225             test -f $(distdir)/$$file \
226             || cp -p $$d/$$file $(distdir)/$$file \
227             || exit 1; \
228           fi; \
229         done
230 check-am: all-am
231 check: check-am
232 all-am: Makefile $(HEADERS)
233
234 installdirs:
235         $(mkinstalldirs) $(DESTDIR)$(linux_ntfsincludedir)
236
237 install: install-am
238 install-exec: install-exec-am
239 install-data: install-data-am
240 uninstall: uninstall-am
241
242 install-am: all-am
243         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
244
245 installcheck: installcheck-am
246 install-strip:
247         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
248           INSTALL_STRIP_FLAG=-s \
249           `test -z '$(STRIP)' || \
250             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
251 mostlyclean-generic:
252
253 clean-generic:
254
255 distclean-generic:
256         -rm -f Makefile $(CONFIG_CLEAN_FILES)
257
258 maintainer-clean-generic:
259         @echo "This command is intended for maintainers to use"
260         @echo "it deletes files that may require special tools to rebuild."
261 clean: clean-am
262
263 clean-am: clean-generic clean-libtool mostlyclean-am
264
265 distclean: distclean-am
266
267 distclean-am: clean-am distclean-generic distclean-libtool \
268         distclean-tags
269
270 dvi: dvi-am
271
272 dvi-am:
273
274 info: info-am
275
276 info-am:
277
278 install-data-am: install-linux_ntfsincludeHEADERS
279
280 install-exec-am:
281
282 install-info: install-info-am
283
284 install-man:
285
286 installcheck-am:
287
288 maintainer-clean: maintainer-clean-am
289
290 maintainer-clean-am: distclean-am maintainer-clean-generic
291
292 mostlyclean: mostlyclean-am
293
294 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
295
296 uninstall-am: uninstall-info-am uninstall-linux_ntfsincludeHEADERS
297
298 .PHONY: GTAGS all all-am check check-am clean clean-generic \
299         clean-libtool distclean distclean-generic distclean-libtool \
300         distclean-tags distdir dvi dvi-am info info-am install \
301         install-am install-data install-data-am install-exec \
302         install-exec-am install-info install-info-am \
303         install-linux_ntfsincludeHEADERS install-man install-strip \
304         installcheck installcheck-am installdirs maintainer-clean \
305         maintainer-clean-generic mostlyclean mostlyclean-generic \
306         mostlyclean-libtool tags uninstall uninstall-am \
307         uninstall-info-am uninstall-linux_ntfsincludeHEADERS
308
309 # Tell versions [3.59,3.63) of GNU make to not export all variables.
310 # Otherwise a system limit (for SysV at least) may be exceeded.
311 .NOEXPORT: