summaryrefslogtreecommitdiff
path: root/ntfsprogs/Makefile.in (plain)
blob: ef4791d5c8252c09955057b9e0c8c40eebe8aa82
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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38@ENABLE_NTFSPROGS_TRUE@bin_PROGRAMS = ntfsfix$(EXEEXT) \
39@ENABLE_NTFSPROGS_TRUE@ ntfsinfo$(EXEEXT) ntfscluster$(EXEEXT) \
40@ENABLE_NTFSPROGS_TRUE@ ntfsls$(EXEEXT) ntfscat$(EXEEXT) \
41@ENABLE_NTFSPROGS_TRUE@ ntfscmp$(EXEEXT) $(am__EXEEXT_3)
42@ENABLE_NTFSPROGS_TRUE@sbin_PROGRAMS = mkntfs$(EXEEXT) \
43@ENABLE_NTFSPROGS_TRUE@ ntfslabel$(EXEEXT) \
44@ENABLE_NTFSPROGS_TRUE@ ntfsundelete$(EXEEXT) \
45@ENABLE_NTFSPROGS_TRUE@ ntfsresize$(EXEEXT) ntfsclone$(EXEEXT) \
46@ENABLE_NTFSPROGS_TRUE@ ntfscp$(EXEEXT)
47@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@am__append_1 = ntfsdecrypt
48@ENABLE_EXTRAS_TRUE@@ENABLE_NTFSPROGS_TRUE@am__append_2 = $(EXTRA_PROGRAM_NAMES)
49@ENABLE_EXTRAS_FALSE@@ENABLE_NTFSPROGS_TRUE@EXTRA_PROGRAMS = \
50@ENABLE_EXTRAS_FALSE@@ENABLE_NTFSPROGS_TRUE@ $(am__EXEEXT_2)
51subdir = ntfsprogs
52DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
53 $(srcdir)/mkntfs.8.in $(srcdir)/ntfscat.8.in \
54 $(srcdir)/ntfsclone.8.in $(srcdir)/ntfscluster.8.in \
55 $(srcdir)/ntfscmp.8.in $(srcdir)/ntfscp.8.in \
56 $(srcdir)/ntfsfix.8.in $(srcdir)/ntfsinfo.8.in \
57 $(srcdir)/ntfslabel.8.in $(srcdir)/ntfsls.8.in \
58 $(srcdir)/ntfsprogs.8.in $(srcdir)/ntfsresize.8.in \
59 $(srcdir)/ntfsundelete.8.in
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
62 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
63 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
64 $(top_srcdir)/configure.ac
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66 $(ACLOCAL_M4)
67mkinstalldirs = $(install_sh) -d
68CONFIG_HEADER = $(top_builddir)/config.h
69CONFIG_CLEAN_FILES = mkntfs.8 ntfscat.8 ntfsclone.8 ntfscluster.8 \
70 ntfscmp.8 ntfscp.8 ntfsfix.8 ntfsinfo.8 ntfslabel.8 ntfsls.8 \
71 ntfsprogs.8 ntfsresize.8 ntfsundelete.8
72CONFIG_CLEAN_VPATH_FILES =
73@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@am__EXEEXT_1 = ntfsdecrypt$(EXEEXT)
74@ENABLE_NTFSPROGS_TRUE@am__EXEEXT_2 = ntfsdump_logfile$(EXEEXT) \
75@ENABLE_NTFSPROGS_TRUE@ ntfswipe$(EXEEXT) ntfstruncate$(EXEEXT) \
76@ENABLE_NTFSPROGS_TRUE@ ntfsmove$(EXEEXT) ntfsmftalloc$(EXEEXT) \
77@ENABLE_NTFSPROGS_TRUE@ ntfsck$(EXEEXT) $(am__EXEEXT_1)
78@ENABLE_EXTRAS_TRUE@@ENABLE_NTFSPROGS_TRUE@am__EXEEXT_3 = \
79@ENABLE_EXTRAS_TRUE@@ENABLE_NTFSPROGS_TRUE@ $(am__EXEEXT_2)
80am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
81 "$(DESTDIR)$(man8dir)"
82PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
83am__mkntfs_SOURCES_DIST = attrdef.c attrdef.h boot.c boot.h sd.c sd.h \
84 mkntfs.c utils.c utils.h
85@ENABLE_NTFSPROGS_TRUE@am_mkntfs_OBJECTS = mkntfs-attrdef.$(OBJEXT) \
86@ENABLE_NTFSPROGS_TRUE@ mkntfs-boot.$(OBJEXT) \
87@ENABLE_NTFSPROGS_TRUE@ mkntfs-sd.$(OBJEXT) \
88@ENABLE_NTFSPROGS_TRUE@ mkntfs-mkntfs.$(OBJEXT) \
89@ENABLE_NTFSPROGS_TRUE@ mkntfs-utils.$(OBJEXT)
90mkntfs_OBJECTS = $(am_mkntfs_OBJECTS)
91am__DEPENDENCIES_1 =
92@REALLYSTATIC_FALSE@am__DEPENDENCIES_2 = \
93@REALLYSTATIC_FALSE@ $(top_builddir)/libntfs-3g/libntfs-3g.la
94@REALLYSTATIC_TRUE@am__DEPENDENCIES_2 = $(top_builddir)/libntfs-3g/.libs/libntfs-3g.a \
95@REALLYSTATIC_TRUE@ $(am__DEPENDENCIES_1)
96@ENABLE_NTFSPROGS_TRUE@mkntfs_DEPENDENCIES = $(am__DEPENDENCIES_2) \
97@ENABLE_NTFSPROGS_TRUE@ $(am__DEPENDENCIES_1)
98mkntfs_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(mkntfs_LDFLAGS) \
100 $(LDFLAGS) -o $@
101am__ntfscat_SOURCES_DIST = ntfscat.c ntfscat.h utils.c utils.h
102@ENABLE_NTFSPROGS_TRUE@am_ntfscat_OBJECTS = ntfscat.$(OBJEXT) \
103@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
104ntfscat_OBJECTS = $(am_ntfscat_OBJECTS)
105@ENABLE_NTFSPROGS_TRUE@ntfscat_DEPENDENCIES = $(am__DEPENDENCIES_2)
106ntfscat_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
107 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ntfscat_LDFLAGS) \
108 $(LDFLAGS) -o $@
109am__ntfsck_SOURCES_DIST = ntfsck.c utils.c utils.h
110@ENABLE_NTFSPROGS_TRUE@am_ntfsck_OBJECTS = ntfsck.$(OBJEXT) \
111@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
112ntfsck_OBJECTS = $(am_ntfsck_OBJECTS)
113@ENABLE_NTFSPROGS_TRUE@ntfsck_DEPENDENCIES = $(am__DEPENDENCIES_2)
114ntfsck_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
115 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ntfsck_LDFLAGS) \
116 $(LDFLAGS) -o $@
117am__ntfsclone_SOURCES_DIST = ntfsclone.c utils.c utils.h
118@ENABLE_NTFSPROGS_TRUE@am_ntfsclone_OBJECTS = ntfsclone.$(OBJEXT) \
119@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
120ntfsclone_OBJECTS = $(am_ntfsclone_OBJECTS)
121@ENABLE_NTFSPROGS_TRUE@ntfsclone_DEPENDENCIES = $(am__DEPENDENCIES_2)
122ntfsclone_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
123 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
124 $(ntfsclone_LDFLAGS) $(LDFLAGS) -o $@
125am__ntfscluster_SOURCES_DIST = ntfscluster.c ntfscluster.h cluster.c \
126 cluster.h utils.c utils.h
127@ENABLE_NTFSPROGS_TRUE@am_ntfscluster_OBJECTS = ntfscluster.$(OBJEXT) \
128@ENABLE_NTFSPROGS_TRUE@ cluster.$(OBJEXT) utils.$(OBJEXT)
129ntfscluster_OBJECTS = $(am_ntfscluster_OBJECTS)
130@ENABLE_NTFSPROGS_TRUE@ntfscluster_DEPENDENCIES = \
131@ENABLE_NTFSPROGS_TRUE@ $(am__DEPENDENCIES_2)
132ntfscluster_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
133 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
134 $(ntfscluster_LDFLAGS) $(LDFLAGS) -o $@
135am__ntfscmp_SOURCES_DIST = ntfscmp.c utils.c utils.h
136@ENABLE_NTFSPROGS_TRUE@am_ntfscmp_OBJECTS = ntfscmp.$(OBJEXT) \
137@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
138ntfscmp_OBJECTS = $(am_ntfscmp_OBJECTS)
139@ENABLE_NTFSPROGS_TRUE@ntfscmp_DEPENDENCIES = $(am__DEPENDENCIES_2)
140ntfscmp_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
141 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ntfscmp_LDFLAGS) \
142 $(LDFLAGS) -o $@
143am__ntfscp_SOURCES_DIST = ntfscp.c utils.c utils.h
144@ENABLE_NTFSPROGS_TRUE@am_ntfscp_OBJECTS = ntfscp.$(OBJEXT) \
145@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
146ntfscp_OBJECTS = $(am_ntfscp_OBJECTS)
147@ENABLE_NTFSPROGS_TRUE@ntfscp_DEPENDENCIES = $(am__DEPENDENCIES_2)
148ntfscp_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
149 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ntfscp_LDFLAGS) \
150 $(LDFLAGS) -o $@
151am__ntfsdecrypt_SOURCES_DIST = ntfsdecrypt.c utils.c utils.h
152@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@am_ntfsdecrypt_OBJECTS = ntfsdecrypt-ntfsdecrypt.$(OBJEXT) \
153@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@ ntfsdecrypt-utils.$(OBJEXT)
154ntfsdecrypt_OBJECTS = $(am_ntfsdecrypt_OBJECTS)
155@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@ntfsdecrypt_DEPENDENCIES = $(am__DEPENDENCIES_2) \
156@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@ $(am__DEPENDENCIES_1) \
157@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@ $(am__DEPENDENCIES_1)
158ntfsdecrypt_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
159 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(ntfsdecrypt_CFLAGS) \
160 $(CFLAGS) $(ntfsdecrypt_LDFLAGS) $(LDFLAGS) -o $@
161am__ntfsdump_logfile_SOURCES_DIST = ntfsdump_logfile.c
162@ENABLE_NTFSPROGS_TRUE@am_ntfsdump_logfile_OBJECTS = \
163@ENABLE_NTFSPROGS_TRUE@ ntfsdump_logfile.$(OBJEXT)
164ntfsdump_logfile_OBJECTS = $(am_ntfsdump_logfile_OBJECTS)
165@ENABLE_NTFSPROGS_TRUE@ntfsdump_logfile_DEPENDENCIES = \
166@ENABLE_NTFSPROGS_TRUE@ $(am__DEPENDENCIES_2)
167ntfsdump_logfile_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
169 $(ntfsdump_logfile_LDFLAGS) $(LDFLAGS) -o $@
170am__ntfsfix_SOURCES_DIST = ntfsfix.c utils.c utils.h
171@ENABLE_NTFSPROGS_TRUE@am_ntfsfix_OBJECTS = ntfsfix.$(OBJEXT) \
172@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
173ntfsfix_OBJECTS = $(am_ntfsfix_OBJECTS)
174@ENABLE_NTFSPROGS_TRUE@ntfsfix_DEPENDENCIES = $(am__DEPENDENCIES_2)
175ntfsfix_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
176 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ntfsfix_LDFLAGS) \
177 $(LDFLAGS) -o $@
178am__ntfsinfo_SOURCES_DIST = ntfsinfo.c utils.c utils.h
179@ENABLE_NTFSPROGS_TRUE@am_ntfsinfo_OBJECTS = ntfsinfo.$(OBJEXT) \
180@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
181ntfsinfo_OBJECTS = $(am_ntfsinfo_OBJECTS)
182@ENABLE_NTFSPROGS_TRUE@ntfsinfo_DEPENDENCIES = $(am__DEPENDENCIES_2)
183ntfsinfo_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
184 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ntfsinfo_LDFLAGS) \
185 $(LDFLAGS) -o $@
186am__ntfslabel_SOURCES_DIST = ntfslabel.c utils.c utils.h
187@ENABLE_NTFSPROGS_TRUE@am_ntfslabel_OBJECTS = ntfslabel.$(OBJEXT) \
188@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
189ntfslabel_OBJECTS = $(am_ntfslabel_OBJECTS)
190@ENABLE_NTFSPROGS_TRUE@ntfslabel_DEPENDENCIES = $(am__DEPENDENCIES_2)
191ntfslabel_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
192 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
193 $(ntfslabel_LDFLAGS) $(LDFLAGS) -o $@
194am__ntfsls_SOURCES_DIST = ntfsls.c utils.c utils.h list.h
195@ENABLE_NTFSPROGS_TRUE@am_ntfsls_OBJECTS = ntfsls.$(OBJEXT) \
196@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
197ntfsls_OBJECTS = $(am_ntfsls_OBJECTS)
198@ENABLE_NTFSPROGS_TRUE@ntfsls_DEPENDENCIES = $(am__DEPENDENCIES_2)
199ntfsls_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
200 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ntfsls_LDFLAGS) \
201 $(LDFLAGS) -o $@
202am__ntfsmftalloc_SOURCES_DIST = ntfsmftalloc.c utils.c utils.h
203@ENABLE_NTFSPROGS_TRUE@am_ntfsmftalloc_OBJECTS = \
204@ENABLE_NTFSPROGS_TRUE@ ntfsmftalloc.$(OBJEXT) utils.$(OBJEXT)
205ntfsmftalloc_OBJECTS = $(am_ntfsmftalloc_OBJECTS)
206@ENABLE_NTFSPROGS_TRUE@ntfsmftalloc_DEPENDENCIES = \
207@ENABLE_NTFSPROGS_TRUE@ $(am__DEPENDENCIES_2)
208ntfsmftalloc_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
209 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
210 $(ntfsmftalloc_LDFLAGS) $(LDFLAGS) -o $@
211am__ntfsmove_SOURCES_DIST = ntfsmove.c ntfsmove.h utils.c utils.h
212@ENABLE_NTFSPROGS_TRUE@am_ntfsmove_OBJECTS = ntfsmove.$(OBJEXT) \
213@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
214ntfsmove_OBJECTS = $(am_ntfsmove_OBJECTS)
215@ENABLE_NTFSPROGS_TRUE@ntfsmove_DEPENDENCIES = $(am__DEPENDENCIES_2)
216ntfsmove_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
217 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ntfsmove_LDFLAGS) \
218 $(LDFLAGS) -o $@
219am__ntfsresize_SOURCES_DIST = ntfsresize.c utils.c utils.h
220@ENABLE_NTFSPROGS_TRUE@am_ntfsresize_OBJECTS = ntfsresize.$(OBJEXT) \
221@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
222ntfsresize_OBJECTS = $(am_ntfsresize_OBJECTS)
223@ENABLE_NTFSPROGS_TRUE@ntfsresize_DEPENDENCIES = \
224@ENABLE_NTFSPROGS_TRUE@ $(am__DEPENDENCIES_2)
225ntfsresize_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
226 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
227 $(ntfsresize_LDFLAGS) $(LDFLAGS) -o $@
228am__ntfstruncate_SOURCES_DIST = attrdef.c ntfstruncate.c utils.c \
229 utils.h
230@ENABLE_NTFSPROGS_TRUE@am_ntfstruncate_OBJECTS = attrdef.$(OBJEXT) \
231@ENABLE_NTFSPROGS_TRUE@ ntfstruncate.$(OBJEXT) utils.$(OBJEXT)
232ntfstruncate_OBJECTS = $(am_ntfstruncate_OBJECTS)
233@ENABLE_NTFSPROGS_TRUE@ntfstruncate_DEPENDENCIES = \
234@ENABLE_NTFSPROGS_TRUE@ $(am__DEPENDENCIES_2)
235ntfstruncate_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
236 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
237 $(ntfstruncate_LDFLAGS) $(LDFLAGS) -o $@
238am__ntfsundelete_SOURCES_DIST = ntfsundelete.c ntfsundelete.h utils.c \
239 utils.h list.h
240@ENABLE_NTFSPROGS_TRUE@am_ntfsundelete_OBJECTS = \
241@ENABLE_NTFSPROGS_TRUE@ ntfsundelete.$(OBJEXT) utils.$(OBJEXT)
242ntfsundelete_OBJECTS = $(am_ntfsundelete_OBJECTS)
243@ENABLE_NTFSPROGS_TRUE@ntfsundelete_DEPENDENCIES = \
244@ENABLE_NTFSPROGS_TRUE@ $(am__DEPENDENCIES_2)
245ntfsundelete_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
246 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
247 $(ntfsundelete_LDFLAGS) $(LDFLAGS) -o $@
248am__ntfswipe_SOURCES_DIST = ntfswipe.c ntfswipe.h utils.c utils.h
249@ENABLE_NTFSPROGS_TRUE@am_ntfswipe_OBJECTS = ntfswipe.$(OBJEXT) \
250@ENABLE_NTFSPROGS_TRUE@ utils.$(OBJEXT)
251ntfswipe_OBJECTS = $(am_ntfswipe_OBJECTS)
252@ENABLE_NTFSPROGS_TRUE@ntfswipe_DEPENDENCIES = $(am__DEPENDENCIES_2)
253ntfswipe_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
254 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ntfswipe_LDFLAGS) \
255 $(LDFLAGS) -o $@
256DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
257depcomp = $(SHELL) $(top_srcdir)/depcomp
258am__depfiles_maybe = depfiles
259am__mv = mv -f
260COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
261 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
262LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
263 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
264 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
265CCLD = $(CC)
266SOURCES = $(mkntfs_SOURCES) $(ntfscat_SOURCES) $(ntfsck_SOURCES) \
267 $(ntfsclone_SOURCES) $(ntfscluster_SOURCES) $(ntfscmp_SOURCES) \
268 $(ntfscp_SOURCES) $(ntfsdecrypt_SOURCES) \
269 $(ntfsdump_logfile_SOURCES) $(ntfsfix_SOURCES) \
270 $(ntfsinfo_SOURCES) $(ntfslabel_SOURCES) $(ntfsls_SOURCES) \
271 $(ntfsmftalloc_SOURCES) $(ntfsmove_SOURCES) \
272 $(ntfsresize_SOURCES) $(ntfstruncate_SOURCES) \
273 $(ntfsundelete_SOURCES) $(ntfswipe_SOURCES)
274DIST_SOURCES = $(am__mkntfs_SOURCES_DIST) $(am__ntfscat_SOURCES_DIST) \
275 $(am__ntfsck_SOURCES_DIST) $(am__ntfsclone_SOURCES_DIST) \
276 $(am__ntfscluster_SOURCES_DIST) $(am__ntfscmp_SOURCES_DIST) \
277 $(am__ntfscp_SOURCES_DIST) $(am__ntfsdecrypt_SOURCES_DIST) \
278 $(am__ntfsdump_logfile_SOURCES_DIST) \
279 $(am__ntfsfix_SOURCES_DIST) $(am__ntfsinfo_SOURCES_DIST) \
280 $(am__ntfslabel_SOURCES_DIST) $(am__ntfsls_SOURCES_DIST) \
281 $(am__ntfsmftalloc_SOURCES_DIST) $(am__ntfsmove_SOURCES_DIST) \
282 $(am__ntfsresize_SOURCES_DIST) \
283 $(am__ntfstruncate_SOURCES_DIST) \
284 $(am__ntfsundelete_SOURCES_DIST) $(am__ntfswipe_SOURCES_DIST)
285am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
286am__vpath_adj = case $$p in \
287 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
288 *) f=$$p;; \
289 esac;
290am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
291am__install_max = 40
292am__nobase_strip_setup = \
293 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
294am__nobase_strip = \
295 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
296am__nobase_list = $(am__nobase_strip_setup); \
297 for p in $$list; do echo "$$p $$p"; done | \
298 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
299 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
300 if (++n[$$2] == $(am__install_max)) \
301 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
302 END { for (dir in files) print dir, files[dir] }'
303am__base_list = \
304 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
305 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
306man8dir = $(mandir)/man8
307NROFF = nroff
308MANS = $(man_MANS)
309ETAGS = etags
310CTAGS = ctags
311DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
312ACLOCAL = @ACLOCAL@
313AMTAR = @AMTAR@
314AR = @AR@
315AUTOCONF = @AUTOCONF@
316AUTOHEADER = @AUTOHEADER@
317AUTOMAKE = @AUTOMAKE@
318AWK = @AWK@
319CC = @CC@
320CCDEPMODE = @CCDEPMODE@
321CFLAGS = @CFLAGS@
322CPP = @CPP@
323CPPFLAGS = @CPPFLAGS@
324CYGPATH_W = @CYGPATH_W@
325DEFS = @DEFS@
326DEPDIR = @DEPDIR@
327DSYMUTIL = @DSYMUTIL@
328DUMPBIN = @DUMPBIN@
329ECHO_C = @ECHO_C@
330ECHO_N = @ECHO_N@
331ECHO_T = @ECHO_T@
332EGREP = @EGREP@
333EXEEXT = @EXEEXT@
334FGREP = @FGREP@
335FUSE_MODULE_CFLAGS = @FUSE_MODULE_CFLAGS@
336FUSE_MODULE_LIBS = @FUSE_MODULE_LIBS@
337GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
338GNUTLS_LIBS = @GNUTLS_LIBS@
339GREP = @GREP@
340INSTALL = @INSTALL@
341INSTALL_DATA = @INSTALL_DATA@
342INSTALL_PROGRAM = @INSTALL_PROGRAM@
343INSTALL_SCRIPT = @INSTALL_SCRIPT@
344INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
345LD = @LD@
346LDCONFIG = @LDCONFIG@
347LDFLAGS = @LDFLAGS@
348LIBFUSE_LITE_CFLAGS = @LIBFUSE_LITE_CFLAGS@
349LIBFUSE_LITE_LIBS = @LIBFUSE_LITE_LIBS@
350LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
351LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
352LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
353LIBNTFS_3G_VERSION = @LIBNTFS_3G_VERSION@
354LIBNTFS_CPPFLAGS = @LIBNTFS_CPPFLAGS@
355LIBNTFS_LIBS = @LIBNTFS_LIBS@
356LIBOBJS = @LIBOBJS@
357LIBS = @LIBS@
358LIBTOOL = @LIBTOOL@
359LIPO = @LIPO@
360LN_S = @LN_S@
361LTLIBOBJS = @LTLIBOBJS@
362MAINT = @MAINT@
363MAKEINFO = @MAKEINFO@
364MKDIR_P = @MKDIR_P@
365MKNTFS_CPPFLAGS = @MKNTFS_CPPFLAGS@
366MKNTFS_LIBS = @MKNTFS_LIBS@
367MV = @MV@
368NM = @NM@
369NMEDIT = @NMEDIT@
370NTFSPROGS_STATIC_LIBS = @NTFSPROGS_STATIC_LIBS@
371OBJDUMP = @OBJDUMP@
372OBJEXT = @OBJEXT@
373OTOOL = @OTOOL@
374OTOOL64 = @OTOOL64@
375OUTPUT_FORMAT = @OUTPUT_FORMAT@
376PACKAGE = @PACKAGE@
377PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
378PACKAGE_NAME = @PACKAGE_NAME@
379PACKAGE_STRING = @PACKAGE_STRING@
380PACKAGE_TARNAME = @PACKAGE_TARNAME@
381PACKAGE_URL = @PACKAGE_URL@
382PACKAGE_VERSION = @PACKAGE_VERSION@
383PATH_SEPARATOR = @PATH_SEPARATOR@
384PKG_CONFIG = @PKG_CONFIG@
385PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
386PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
387RANLIB = @RANLIB@
388RM = @RM@
389SED = @SED@
390SET_MAKE = @SET_MAKE@
391SHELL = @SHELL@
392STRIP = @STRIP@
393VERSION = @VERSION@
394abs_builddir = @abs_builddir@
395abs_srcdir = @abs_srcdir@
396abs_top_builddir = @abs_top_builddir@
397abs_top_srcdir = @abs_top_srcdir@
398ac_ct_CC = @ac_ct_CC@
399ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
400all_includes = @all_includes@
401all_libraries = @all_libraries@
402am__include = @am__include@
403am__leading_dot = @am__leading_dot@
404am__quote = @am__quote@
405am__tar = @am__tar@
406am__untar = @am__untar@
407bindir = @bindir@
408build = @build@
409build_alias = @build_alias@
410build_cpu = @build_cpu@
411build_os = @build_os@
412build_vendor = @build_vendor@
413builddir = @builddir@
414datadir = @datadir@
415datarootdir = @datarootdir@
416docdir = @docdir@
417dvidir = @dvidir@
418exec_prefix = @exec_prefix@
419host = @host@
420host_alias = @host_alias@
421host_cpu = @host_cpu@
422host_os = @host_os@
423host_vendor = @host_vendor@
424htmldir = @htmldir@
425includedir = @includedir@
426infodir = @infodir@
427install_sh = @install_sh@
428libdir = @libdir@
429libexecdir = @libexecdir@
430localedir = @localedir@
431localstatedir = @localstatedir@
432lt_ECHO = @lt_ECHO@
433mandir = @mandir@
434mkdir_p = @mkdir_p@
435ntfs3gincludedir = @ntfs3gincludedir@
436oldincludedir = @oldincludedir@
437pdfdir = @pdfdir@
438pkgconfigdir = @pkgconfigdir@
439prefix = @prefix@
440program_transform_name = @program_transform_name@
441psdir = @psdir@
442rootbindir = @rootbindir@
443rootlibdir = @rootlibdir@
444rootsbindir = @rootsbindir@
445sbindir = @sbindir@
446sharedstatedir = @sharedstatedir@
447srcdir = @srcdir@
448sysconfdir = @sysconfdir@
449target = @target@
450target_alias = @target_alias@
451target_cpu = @target_cpu@
452target_os = @target_os@
453target_vendor = @target_vendor@
454top_build_prefix = @top_build_prefix@
455top_builddir = @top_builddir@
456top_srcdir = @top_srcdir@
457@REALLYSTATIC_FALSE@AM_LIBS = $(top_builddir)/libntfs-3g/libntfs-3g.la
458@REALLYSTATIC_TRUE@AM_LIBS = $(top_builddir)/libntfs-3g/.libs/libntfs-3g.a $(NTFSPROGS_STATIC_LIBS)
459@REALLYSTATIC_FALSE@AM_LFLAGS = $(all_libraries)
460# older builds may need -static instead of newer -all-static
461@REALLYSTATIC_TRUE@AM_LFLAGS = -static
462@REALLYSTATIC_TRUE@STATIC_LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
463@REALLYSTATIC_FALSE@LIBTOOL_LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
464
465# Workaround to make REALLYSTATIC work with automake 1.5.
466LINK = $(STATIC_LINK) $(LIBTOOL_LINK)
467@ENABLE_NTFSPROGS_TRUE@EXTRA_PROGRAM_NAMES = ntfsdump_logfile ntfswipe \
468@ENABLE_NTFSPROGS_TRUE@ ntfstruncate ntfsmove ntfsmftalloc \
469@ENABLE_NTFSPROGS_TRUE@ ntfsck $(am__append_1)
470@ENABLE_NTFSPROGS_TRUE@man_MANS = mkntfs.8 ntfsfix.8 ntfslabel.8 ntfsinfo.8 \
471@ENABLE_NTFSPROGS_TRUE@ ntfsundelete.8 ntfsresize.8 ntfsprogs.8 ntfsls.8 \
472@ENABLE_NTFSPROGS_TRUE@ ntfsclone.8 ntfscluster.8 ntfscat.8 ntfscp.8 \
473@ENABLE_NTFSPROGS_TRUE@ ntfscmp.8
474
475@ENABLE_NTFSPROGS_TRUE@EXTRA_MANS =
476@ENABLE_NTFSPROGS_TRUE@CLEANFILES = $(EXTRA_PROGRAMS)
477@ENABLE_NTFSPROGS_TRUE@MAINTAINERCLEANFILES = Makefile.in
478
479# Set the include path.
480@ENABLE_NTFSPROGS_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/include/ntfs-3g $(all_includes)
481@ENABLE_NTFSPROGS_TRUE@ntfsfix_SOURCES = ntfsfix.c utils.c utils.h
482@ENABLE_NTFSPROGS_TRUE@ntfsfix_LDADD = $(AM_LIBS)
483@ENABLE_NTFSPROGS_TRUE@ntfsfix_LDFLAGS = $(AM_LFLAGS)
484@ENABLE_NTFSPROGS_TRUE@mkntfs_CPPFLAGS = $(AM_CPPFLAGS) $(MKNTFS_CPPFLAGS)
485@ENABLE_NTFSPROGS_TRUE@mkntfs_SOURCES = attrdef.c attrdef.h boot.c boot.h sd.c sd.h mkntfs.c utils.c utils.h
486@ENABLE_NTFSPROGS_TRUE@mkntfs_LDADD = $(AM_LIBS) $(MKNTFS_LIBS)
487@ENABLE_NTFSPROGS_TRUE@mkntfs_LDFLAGS = $(AM_LFLAGS)
488@ENABLE_NTFSPROGS_TRUE@ntfslabel_SOURCES = ntfslabel.c utils.c utils.h
489@ENABLE_NTFSPROGS_TRUE@ntfslabel_LDADD = $(AM_LIBS)
490@ENABLE_NTFSPROGS_TRUE@ntfslabel_LDFLAGS = $(AM_LFLAGS)
491@ENABLE_NTFSPROGS_TRUE@ntfsinfo_SOURCES = ntfsinfo.c utils.c utils.h
492@ENABLE_NTFSPROGS_TRUE@ntfsinfo_LDADD = $(AM_LIBS)
493@ENABLE_NTFSPROGS_TRUE@ntfsinfo_LDFLAGS = $(AM_LFLAGS)
494@ENABLE_NTFSPROGS_TRUE@ntfsundelete_SOURCES = ntfsundelete.c ntfsundelete.h utils.c utils.h list.h
495@ENABLE_NTFSPROGS_TRUE@ntfsundelete_LDADD = $(AM_LIBS)
496@ENABLE_NTFSPROGS_TRUE@ntfsundelete_LDFLAGS = $(AM_LFLAGS)
497@ENABLE_NTFSPROGS_TRUE@ntfsresize_SOURCES = ntfsresize.c utils.c utils.h
498@ENABLE_NTFSPROGS_TRUE@ntfsresize_LDADD = $(AM_LIBS)
499@ENABLE_NTFSPROGS_TRUE@ntfsresize_LDFLAGS = $(AM_LFLAGS)
500@ENABLE_NTFSPROGS_TRUE@ntfsclone_SOURCES = ntfsclone.c utils.c utils.h
501@ENABLE_NTFSPROGS_TRUE@ntfsclone_LDADD = $(AM_LIBS)
502@ENABLE_NTFSPROGS_TRUE@ntfsclone_LDFLAGS = $(AM_LFLAGS)
503@ENABLE_NTFSPROGS_TRUE@ntfscluster_SOURCES = ntfscluster.c ntfscluster.h cluster.c cluster.h utils.c utils.h
504@ENABLE_NTFSPROGS_TRUE@ntfscluster_LDADD = $(AM_LIBS)
505@ENABLE_NTFSPROGS_TRUE@ntfscluster_LDFLAGS = $(AM_LFLAGS)
506@ENABLE_NTFSPROGS_TRUE@ntfsls_SOURCES = ntfsls.c utils.c utils.h list.h
507@ENABLE_NTFSPROGS_TRUE@ntfsls_LDADD = $(AM_LIBS)
508@ENABLE_NTFSPROGS_TRUE@ntfsls_LDFLAGS = $(AM_LFLAGS)
509@ENABLE_NTFSPROGS_TRUE@ntfscat_SOURCES = ntfscat.c ntfscat.h utils.c utils.h
510@ENABLE_NTFSPROGS_TRUE@ntfscat_LDADD = $(AM_LIBS)
511@ENABLE_NTFSPROGS_TRUE@ntfscat_LDFLAGS = $(AM_LFLAGS)
512@ENABLE_NTFSPROGS_TRUE@ntfscp_SOURCES = ntfscp.c utils.c utils.h
513@ENABLE_NTFSPROGS_TRUE@ntfscp_LDADD = $(AM_LIBS)
514@ENABLE_NTFSPROGS_TRUE@ntfscp_LDFLAGS = $(AM_LFLAGS)
515@ENABLE_NTFSPROGS_TRUE@ntfsck_SOURCES = ntfsck.c utils.c utils.h
516@ENABLE_NTFSPROGS_TRUE@ntfsck_LDADD = $(AM_LIBS)
517@ENABLE_NTFSPROGS_TRUE@ntfsck_LDFLAGS = $(AM_LFLAGS)
518@ENABLE_NTFSPROGS_TRUE@ntfscmp_SOURCES = ntfscmp.c utils.c utils.h
519@ENABLE_NTFSPROGS_TRUE@ntfscmp_LDADD = $(AM_LIBS)
520@ENABLE_NTFSPROGS_TRUE@ntfscmp_LDFLAGS = $(AM_LFLAGS)
521
522# We don't distribute these
523@ENABLE_NTFSPROGS_TRUE@ntfstruncate_SOURCES = attrdef.c ntfstruncate.c utils.c utils.h
524@ENABLE_NTFSPROGS_TRUE@ntfstruncate_LDADD = $(AM_LIBS)
525@ENABLE_NTFSPROGS_TRUE@ntfstruncate_LDFLAGS = $(AM_LFLAGS)
526@ENABLE_NTFSPROGS_TRUE@ntfsmftalloc_SOURCES = ntfsmftalloc.c utils.c utils.h
527@ENABLE_NTFSPROGS_TRUE@ntfsmftalloc_LDADD = $(AM_LIBS)
528@ENABLE_NTFSPROGS_TRUE@ntfsmftalloc_LDFLAGS = $(AM_LFLAGS)
529@ENABLE_NTFSPROGS_TRUE@ntfsmove_SOURCES = ntfsmove.c ntfsmove.h utils.c utils.h
530@ENABLE_NTFSPROGS_TRUE@ntfsmove_LDADD = $(AM_LIBS)
531@ENABLE_NTFSPROGS_TRUE@ntfsmove_LDFLAGS = $(AM_LFLAGS)
532@ENABLE_NTFSPROGS_TRUE@ntfswipe_SOURCES = ntfswipe.c ntfswipe.h utils.c utils.h
533@ENABLE_NTFSPROGS_TRUE@ntfswipe_LDADD = $(AM_LIBS)
534@ENABLE_NTFSPROGS_TRUE@ntfswipe_LDFLAGS = $(AM_LFLAGS)
535@ENABLE_NTFSPROGS_TRUE@ntfsdump_logfile_SOURCES = ntfsdump_logfile.c
536@ENABLE_NTFSPROGS_TRUE@ntfsdump_logfile_LDADD = $(AM_LIBS)
537@ENABLE_NTFSPROGS_TRUE@ntfsdump_logfile_LDFLAGS = $(AM_LFLAGS)
538@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@ntfsdecrypt_SOURCES = ntfsdecrypt.c utils.c utils.h
539@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@ntfsdecrypt_LDADD = $(AM_LIBS) $(GNUTLS_LIBS) $(LIBGCRYPT_LIBS)
540@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@ntfsdecrypt_LDFLAGS = $(AM_LFLAGS)
541@ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@ntfsdecrypt_CFLAGS = $(GNUTLS_CFLAGS) $(LIBGCRYPT_CFLAGS)
542all: all-am
543
544.SUFFIXES:
545.SUFFIXES: .c .lo .o .obj
546$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
547 @for dep in $?; do \
548 case '$(am__configure_deps)' in \
549 *$$dep*) \
550 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
551 && { if test -f $@; then exit 0; else break; fi; }; \
552 exit 1;; \
553 esac; \
554 done; \
555 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ntfsprogs/Makefile'; \
556 $(am__cd) $(top_srcdir) && \
557 $(AUTOMAKE) --gnu ntfsprogs/Makefile
558.PRECIOUS: Makefile
559Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
560 @case '$?' in \
561 *config.status*) \
562 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
563 *) \
564 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
565 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
566 esac;
567
568$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
569 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
570
571$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
572 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
573$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
574 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
575$(am__aclocal_m4_deps):
576mkntfs.8: $(top_builddir)/config.status $(srcdir)/mkntfs.8.in
577 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
578ntfscat.8: $(top_builddir)/config.status $(srcdir)/ntfscat.8.in
579 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
580ntfsclone.8: $(top_builddir)/config.status $(srcdir)/ntfsclone.8.in
581 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
582ntfscluster.8: $(top_builddir)/config.status $(srcdir)/ntfscluster.8.in
583 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
584ntfscmp.8: $(top_builddir)/config.status $(srcdir)/ntfscmp.8.in
585 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
586ntfscp.8: $(top_builddir)/config.status $(srcdir)/ntfscp.8.in
587 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
588ntfsfix.8: $(top_builddir)/config.status $(srcdir)/ntfsfix.8.in
589 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
590ntfsinfo.8: $(top_builddir)/config.status $(srcdir)/ntfsinfo.8.in
591 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
592ntfslabel.8: $(top_builddir)/config.status $(srcdir)/ntfslabel.8.in
593 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
594ntfsls.8: $(top_builddir)/config.status $(srcdir)/ntfsls.8.in
595 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
596ntfsprogs.8: $(top_builddir)/config.status $(srcdir)/ntfsprogs.8.in
597 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
598ntfsresize.8: $(top_builddir)/config.status $(srcdir)/ntfsresize.8.in
599 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
600ntfsundelete.8: $(top_builddir)/config.status $(srcdir)/ntfsundelete.8.in
601 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
602install-binPROGRAMS: $(bin_PROGRAMS)
603 @$(NORMAL_INSTALL)
604 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
605 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
606 for p in $$list; do echo "$$p $$p"; done | \
607 sed 's/$(EXEEXT)$$//' | \
608 while read p p1; do if test -f $$p || test -f $$p1; \
609 then echo "$$p"; echo "$$p"; else :; fi; \
610 done | \
611 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
612 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
613 sed 'N;N;N;s,\n, ,g' | \
614 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
615 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
616 if ($$2 == $$4) files[d] = files[d] " " $$1; \
617 else { print "f", $$3 "/" $$4, $$1; } } \
618 END { for (d in files) print "f", d, files[d] }' | \
619 while read type dir files; do \
620 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
621 test -z "$$files" || { \
622 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
623 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
624 } \
625 ; done
626
627uninstall-binPROGRAMS:
628 @$(NORMAL_UNINSTALL)
629 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
630 files=`for p in $$list; do echo "$$p"; done | \
631 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
632 -e 's/$$/$(EXEEXT)/' `; \
633 test -n "$$list" || exit 0; \
634 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
635 cd "$(DESTDIR)$(bindir)" && rm -f $$files
636
637clean-binPROGRAMS:
638 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
639 echo " rm -f" $$list; \
640 rm -f $$list || exit $$?; \
641 test -n "$(EXEEXT)" || exit 0; \
642 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
643 echo " rm -f" $$list; \
644 rm -f $$list
645install-sbinPROGRAMS: $(sbin_PROGRAMS)
646 @$(NORMAL_INSTALL)
647 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
648 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
649 for p in $$list; do echo "$$p $$p"; done | \
650 sed 's/$(EXEEXT)$$//' | \
651 while read p p1; do if test -f $$p || test -f $$p1; \
652 then echo "$$p"; echo "$$p"; else :; fi; \
653 done | \
654 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
655 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
656 sed 'N;N;N;s,\n, ,g' | \
657 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
658 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
659 if ($$2 == $$4) files[d] = files[d] " " $$1; \
660 else { print "f", $$3 "/" $$4, $$1; } } \
661 END { for (d in files) print "f", d, files[d] }' | \
662 while read type dir files; do \
663 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
664 test -z "$$files" || { \
665 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
666 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
667 } \
668 ; done
669
670uninstall-sbinPROGRAMS:
671 @$(NORMAL_UNINSTALL)
672 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
673 files=`for p in $$list; do echo "$$p"; done | \
674 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
675 -e 's/$$/$(EXEEXT)/' `; \
676 test -n "$$list" || exit 0; \
677 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
678 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
679
680clean-sbinPROGRAMS:
681 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
682 echo " rm -f" $$list; \
683 rm -f $$list || exit $$?; \
684 test -n "$(EXEEXT)" || exit 0; \
685 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
686 echo " rm -f" $$list; \
687 rm -f $$list
688mkntfs$(EXEEXT): $(mkntfs_OBJECTS) $(mkntfs_DEPENDENCIES)
689 @rm -f mkntfs$(EXEEXT)
690 $(mkntfs_LINK) $(mkntfs_OBJECTS) $(mkntfs_LDADD) $(LIBS)
691ntfscat$(EXEEXT): $(ntfscat_OBJECTS) $(ntfscat_DEPENDENCIES)
692 @rm -f ntfscat$(EXEEXT)
693 $(ntfscat_LINK) $(ntfscat_OBJECTS) $(ntfscat_LDADD) $(LIBS)
694ntfsck$(EXEEXT): $(ntfsck_OBJECTS) $(ntfsck_DEPENDENCIES)
695 @rm -f ntfsck$(EXEEXT)
696 $(ntfsck_LINK) $(ntfsck_OBJECTS) $(ntfsck_LDADD) $(LIBS)
697ntfsclone$(EXEEXT): $(ntfsclone_OBJECTS) $(ntfsclone_DEPENDENCIES)
698 @rm -f ntfsclone$(EXEEXT)
699 $(ntfsclone_LINK) $(ntfsclone_OBJECTS) $(ntfsclone_LDADD) $(LIBS)
700ntfscluster$(EXEEXT): $(ntfscluster_OBJECTS) $(ntfscluster_DEPENDENCIES)
701 @rm -f ntfscluster$(EXEEXT)
702 $(ntfscluster_LINK) $(ntfscluster_OBJECTS) $(ntfscluster_LDADD) $(LIBS)
703ntfscmp$(EXEEXT): $(ntfscmp_OBJECTS) $(ntfscmp_DEPENDENCIES)
704 @rm -f ntfscmp$(EXEEXT)
705 $(ntfscmp_LINK) $(ntfscmp_OBJECTS) $(ntfscmp_LDADD) $(LIBS)
706ntfscp$(EXEEXT): $(ntfscp_OBJECTS) $(ntfscp_DEPENDENCIES)
707 @rm -f ntfscp$(EXEEXT)
708 $(ntfscp_LINK) $(ntfscp_OBJECTS) $(ntfscp_LDADD) $(LIBS)
709ntfsdecrypt$(EXEEXT): $(ntfsdecrypt_OBJECTS) $(ntfsdecrypt_DEPENDENCIES)
710 @rm -f ntfsdecrypt$(EXEEXT)
711 $(ntfsdecrypt_LINK) $(ntfsdecrypt_OBJECTS) $(ntfsdecrypt_LDADD) $(LIBS)
712ntfsdump_logfile$(EXEEXT): $(ntfsdump_logfile_OBJECTS) $(ntfsdump_logfile_DEPENDENCIES)
713 @rm -f ntfsdump_logfile$(EXEEXT)
714 $(ntfsdump_logfile_LINK) $(ntfsdump_logfile_OBJECTS) $(ntfsdump_logfile_LDADD) $(LIBS)
715ntfsfix$(EXEEXT): $(ntfsfix_OBJECTS) $(ntfsfix_DEPENDENCIES)
716 @rm -f ntfsfix$(EXEEXT)
717 $(ntfsfix_LINK) $(ntfsfix_OBJECTS) $(ntfsfix_LDADD) $(LIBS)
718ntfsinfo$(EXEEXT): $(ntfsinfo_OBJECTS) $(ntfsinfo_DEPENDENCIES)
719 @rm -f ntfsinfo$(EXEEXT)
720 $(ntfsinfo_LINK) $(ntfsinfo_OBJECTS) $(ntfsinfo_LDADD) $(LIBS)
721ntfslabel$(EXEEXT): $(ntfslabel_OBJECTS) $(ntfslabel_DEPENDENCIES)
722 @rm -f ntfslabel$(EXEEXT)
723 $(ntfslabel_LINK) $(ntfslabel_OBJECTS) $(ntfslabel_LDADD) $(LIBS)
724ntfsls$(EXEEXT): $(ntfsls_OBJECTS) $(ntfsls_DEPENDENCIES)
725 @rm -f ntfsls$(EXEEXT)
726 $(ntfsls_LINK) $(ntfsls_OBJECTS) $(ntfsls_LDADD) $(LIBS)
727ntfsmftalloc$(EXEEXT): $(ntfsmftalloc_OBJECTS) $(ntfsmftalloc_DEPENDENCIES)
728 @rm -f ntfsmftalloc$(EXEEXT)
729 $(ntfsmftalloc_LINK) $(ntfsmftalloc_OBJECTS) $(ntfsmftalloc_LDADD) $(LIBS)
730ntfsmove$(EXEEXT): $(ntfsmove_OBJECTS) $(ntfsmove_DEPENDENCIES)
731 @rm -f ntfsmove$(EXEEXT)
732 $(ntfsmove_LINK) $(ntfsmove_OBJECTS) $(ntfsmove_LDADD) $(LIBS)
733ntfsresize$(EXEEXT): $(ntfsresize_OBJECTS) $(ntfsresize_DEPENDENCIES)
734 @rm -f ntfsresize$(EXEEXT)
735 $(ntfsresize_LINK) $(ntfsresize_OBJECTS) $(ntfsresize_LDADD) $(LIBS)
736ntfstruncate$(EXEEXT): $(ntfstruncate_OBJECTS) $(ntfstruncate_DEPENDENCIES)
737 @rm -f ntfstruncate$(EXEEXT)
738 $(ntfstruncate_LINK) $(ntfstruncate_OBJECTS) $(ntfstruncate_LDADD) $(LIBS)
739ntfsundelete$(EXEEXT): $(ntfsundelete_OBJECTS) $(ntfsundelete_DEPENDENCIES)
740 @rm -f ntfsundelete$(EXEEXT)
741 $(ntfsundelete_LINK) $(ntfsundelete_OBJECTS) $(ntfsundelete_LDADD) $(LIBS)
742ntfswipe$(EXEEXT): $(ntfswipe_OBJECTS) $(ntfswipe_DEPENDENCIES)
743 @rm -f ntfswipe$(EXEEXT)
744 $(ntfswipe_LINK) $(ntfswipe_OBJECTS) $(ntfswipe_LDADD) $(LIBS)
745
746mostlyclean-compile:
747 -rm -f *.$(OBJEXT)
748
749distclean-compile:
750 -rm -f *.tab.c
751
752@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attrdef.Po@am__quote@
753@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cluster.Po@am__quote@
754@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkntfs-attrdef.Po@am__quote@
755@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkntfs-boot.Po@am__quote@
756@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkntfs-mkntfs.Po@am__quote@
757@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkntfs-sd.Po@am__quote@
758@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkntfs-utils.Po@am__quote@
759@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfscat.Po@am__quote@
760@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsck.Po@am__quote@
761@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsclone.Po@am__quote@
762@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfscluster.Po@am__quote@
763@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfscmp.Po@am__quote@
764@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfscp.Po@am__quote@
765@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsdecrypt-ntfsdecrypt.Po@am__quote@
766@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsdecrypt-utils.Po@am__quote@
767@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsdump_logfile.Po@am__quote@
768@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsfix.Po@am__quote@
769@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsinfo.Po@am__quote@
770@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfslabel.Po@am__quote@
771@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsls.Po@am__quote@
772@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsmftalloc.Po@am__quote@
773@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsmove.Po@am__quote@
774@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsresize.Po@am__quote@
775@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfstruncate.Po@am__quote@
776@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfsundelete.Po@am__quote@
777@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntfswipe.Po@am__quote@
778@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
779
780.c.o:
781@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
782@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
783@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
784@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
785@am__fastdepCC_FALSE@ $(COMPILE) -c $<
786
787.c.obj:
788@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
789@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
790@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
791@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
793
794.c.lo:
795@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
796@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
797@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
798@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
800
801mkntfs-attrdef.o: attrdef.c
802@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-attrdef.o -MD -MP -MF $(DEPDIR)/mkntfs-attrdef.Tpo -c -o mkntfs-attrdef.o `test -f 'attrdef.c' || echo '$(srcdir)/'`attrdef.c
803@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-attrdef.Tpo $(DEPDIR)/mkntfs-attrdef.Po
804@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='attrdef.c' object='mkntfs-attrdef.o' libtool=no @AMDEPBACKSLASH@
805@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
806@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-attrdef.o `test -f 'attrdef.c' || echo '$(srcdir)/'`attrdef.c
807
808mkntfs-attrdef.obj: attrdef.c
809@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-attrdef.obj -MD -MP -MF $(DEPDIR)/mkntfs-attrdef.Tpo -c -o mkntfs-attrdef.obj `if test -f 'attrdef.c'; then $(CYGPATH_W) 'attrdef.c'; else $(CYGPATH_W) '$(srcdir)/attrdef.c'; fi`
810@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-attrdef.Tpo $(DEPDIR)/mkntfs-attrdef.Po
811@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='attrdef.c' object='mkntfs-attrdef.obj' libtool=no @AMDEPBACKSLASH@
812@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-attrdef.obj `if test -f 'attrdef.c'; then $(CYGPATH_W) 'attrdef.c'; else $(CYGPATH_W) '$(srcdir)/attrdef.c'; fi`
814
815mkntfs-boot.o: boot.c
816@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-boot.o -MD -MP -MF $(DEPDIR)/mkntfs-boot.Tpo -c -o mkntfs-boot.o `test -f 'boot.c' || echo '$(srcdir)/'`boot.c
817@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-boot.Tpo $(DEPDIR)/mkntfs-boot.Po
818@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='boot.c' object='mkntfs-boot.o' libtool=no @AMDEPBACKSLASH@
819@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-boot.o `test -f 'boot.c' || echo '$(srcdir)/'`boot.c
821
822mkntfs-boot.obj: boot.c
823@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-boot.obj -MD -MP -MF $(DEPDIR)/mkntfs-boot.Tpo -c -o mkntfs-boot.obj `if test -f 'boot.c'; then $(CYGPATH_W) 'boot.c'; else $(CYGPATH_W) '$(srcdir)/boot.c'; fi`
824@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-boot.Tpo $(DEPDIR)/mkntfs-boot.Po
825@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='boot.c' object='mkntfs-boot.obj' libtool=no @AMDEPBACKSLASH@
826@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-boot.obj `if test -f 'boot.c'; then $(CYGPATH_W) 'boot.c'; else $(CYGPATH_W) '$(srcdir)/boot.c'; fi`
828
829mkntfs-sd.o: sd.c
830@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-sd.o -MD -MP -MF $(DEPDIR)/mkntfs-sd.Tpo -c -o mkntfs-sd.o `test -f 'sd.c' || echo '$(srcdir)/'`sd.c
831@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-sd.Tpo $(DEPDIR)/mkntfs-sd.Po
832@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sd.c' object='mkntfs-sd.o' libtool=no @AMDEPBACKSLASH@
833@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
834@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-sd.o `test -f 'sd.c' || echo '$(srcdir)/'`sd.c
835
836mkntfs-sd.obj: sd.c
837@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-sd.obj -MD -MP -MF $(DEPDIR)/mkntfs-sd.Tpo -c -o mkntfs-sd.obj `if test -f 'sd.c'; then $(CYGPATH_W) 'sd.c'; else $(CYGPATH_W) '$(srcdir)/sd.c'; fi`
838@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-sd.Tpo $(DEPDIR)/mkntfs-sd.Po
839@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sd.c' object='mkntfs-sd.obj' libtool=no @AMDEPBACKSLASH@
840@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
841@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-sd.obj `if test -f 'sd.c'; then $(CYGPATH_W) 'sd.c'; else $(CYGPATH_W) '$(srcdir)/sd.c'; fi`
842
843mkntfs-mkntfs.o: mkntfs.c
844@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-mkntfs.o -MD -MP -MF $(DEPDIR)/mkntfs-mkntfs.Tpo -c -o mkntfs-mkntfs.o `test -f 'mkntfs.c' || echo '$(srcdir)/'`mkntfs.c
845@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-mkntfs.Tpo $(DEPDIR)/mkntfs-mkntfs.Po
846@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mkntfs.c' object='mkntfs-mkntfs.o' libtool=no @AMDEPBACKSLASH@
847@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
848@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-mkntfs.o `test -f 'mkntfs.c' || echo '$(srcdir)/'`mkntfs.c
849
850mkntfs-mkntfs.obj: mkntfs.c
851@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-mkntfs.obj -MD -MP -MF $(DEPDIR)/mkntfs-mkntfs.Tpo -c -o mkntfs-mkntfs.obj `if test -f 'mkntfs.c'; then $(CYGPATH_W) 'mkntfs.c'; else $(CYGPATH_W) '$(srcdir)/mkntfs.c'; fi`
852@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-mkntfs.Tpo $(DEPDIR)/mkntfs-mkntfs.Po
853@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mkntfs.c' object='mkntfs-mkntfs.obj' libtool=no @AMDEPBACKSLASH@
854@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-mkntfs.obj `if test -f 'mkntfs.c'; then $(CYGPATH_W) 'mkntfs.c'; else $(CYGPATH_W) '$(srcdir)/mkntfs.c'; fi`
856
857mkntfs-utils.o: utils.c
858@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-utils.o -MD -MP -MF $(DEPDIR)/mkntfs-utils.Tpo -c -o mkntfs-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
859@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-utils.Tpo $(DEPDIR)/mkntfs-utils.Po
860@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils.c' object='mkntfs-utils.o' libtool=no @AMDEPBACKSLASH@
861@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
862@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
863
864mkntfs-utils.obj: utils.c
865@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mkntfs-utils.obj -MD -MP -MF $(DEPDIR)/mkntfs-utils.Tpo -c -o mkntfs-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
866@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mkntfs-utils.Tpo $(DEPDIR)/mkntfs-utils.Po
867@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils.c' object='mkntfs-utils.obj' libtool=no @AMDEPBACKSLASH@
868@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
869@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mkntfs_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mkntfs-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
870
871ntfsdecrypt-ntfsdecrypt.o: ntfsdecrypt.c
872@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfsdecrypt_CFLAGS) $(CFLAGS) -MT ntfsdecrypt-ntfsdecrypt.o -MD -MP -MF $(DEPDIR)/ntfsdecrypt-ntfsdecrypt.Tpo -c -o ntfsdecrypt-ntfsdecrypt.o `test -f 'ntfsdecrypt.c' || echo '$(srcdir)/'`ntfsdecrypt.c
873@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ntfsdecrypt-ntfsdecrypt.Tpo $(DEPDIR)/ntfsdecrypt-ntfsdecrypt.Po
874@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ntfsdecrypt.c' object='ntfsdecrypt-ntfsdecrypt.o' libtool=no @AMDEPBACKSLASH@
875@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfsdecrypt_CFLAGS) $(CFLAGS) -c -o ntfsdecrypt-ntfsdecrypt.o `test -f 'ntfsdecrypt.c' || echo '$(srcdir)/'`ntfsdecrypt.c
877
878ntfsdecrypt-ntfsdecrypt.obj: ntfsdecrypt.c
879@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfsdecrypt_CFLAGS) $(CFLAGS) -MT ntfsdecrypt-ntfsdecrypt.obj -MD -MP -MF $(DEPDIR)/ntfsdecrypt-ntfsdecrypt.Tpo -c -o ntfsdecrypt-ntfsdecrypt.obj `if test -f 'ntfsdecrypt.c'; then $(CYGPATH_W) 'ntfsdecrypt.c'; else $(CYGPATH_W) '$(srcdir)/ntfsdecrypt.c'; fi`
880@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ntfsdecrypt-ntfsdecrypt.Tpo $(DEPDIR)/ntfsdecrypt-ntfsdecrypt.Po
881@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ntfsdecrypt.c' object='ntfsdecrypt-ntfsdecrypt.obj' libtool=no @AMDEPBACKSLASH@
882@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
883@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfsdecrypt_CFLAGS) $(CFLAGS) -c -o ntfsdecrypt-ntfsdecrypt.obj `if test -f 'ntfsdecrypt.c'; then $(CYGPATH_W) 'ntfsdecrypt.c'; else $(CYGPATH_W) '$(srcdir)/ntfsdecrypt.c'; fi`
884
885ntfsdecrypt-utils.o: utils.c
886@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfsdecrypt_CFLAGS) $(CFLAGS) -MT ntfsdecrypt-utils.o -MD -MP -MF $(DEPDIR)/ntfsdecrypt-utils.Tpo -c -o ntfsdecrypt-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
887@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ntfsdecrypt-utils.Tpo $(DEPDIR)/ntfsdecrypt-utils.Po
888@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils.c' object='ntfsdecrypt-utils.o' libtool=no @AMDEPBACKSLASH@
889@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
890@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfsdecrypt_CFLAGS) $(CFLAGS) -c -o ntfsdecrypt-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
891
892ntfsdecrypt-utils.obj: utils.c
893@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfsdecrypt_CFLAGS) $(CFLAGS) -MT ntfsdecrypt-utils.obj -MD -MP -MF $(DEPDIR)/ntfsdecrypt-utils.Tpo -c -o ntfsdecrypt-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
894@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ntfsdecrypt-utils.Tpo $(DEPDIR)/ntfsdecrypt-utils.Po
895@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils.c' object='ntfsdecrypt-utils.obj' libtool=no @AMDEPBACKSLASH@
896@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfsdecrypt_CFLAGS) $(CFLAGS) -c -o ntfsdecrypt-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
898
899mostlyclean-libtool:
900 -rm -f *.lo
901
902clean-libtool:
903 -rm -rf .libs _libs
904install-man8: $(man_MANS)
905 @$(NORMAL_INSTALL)
906 test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
907 @list=''; test -n "$(man8dir)" || exit 0; \
908 { for i in $$list; do echo "$$i"; done; \
909 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
910 sed -n '/\.8[a-z]*$$/p'; \
911 } | while read p; do \
912 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
913 echo "$$d$$p"; echo "$$p"; \
914 done | \
915 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
916 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
917 sed 'N;N;s,\n, ,g' | { \
918 list=; while read file base inst; do \
919 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
920 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
921 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
922 fi; \
923 done; \
924 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
925 while read files; do \
926 test -z "$$files" || { \
927 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
928 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
929 done; }
930
931uninstall-man8:
932 @$(NORMAL_UNINSTALL)
933 @list=''; test -n "$(man8dir)" || exit 0; \
934 files=`{ for i in $$list; do echo "$$i"; done; \
935 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
936 sed -n '/\.8[a-z]*$$/p'; \
937 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
938 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
939 test -z "$$files" || { \
940 echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
941 cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
942
943ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
944 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
945 unique=`for i in $$list; do \
946 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
947 done | \
948 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
949 END { if (nonempty) { for (i in files) print i; }; }'`; \
950 mkid -fID $$unique
951tags: TAGS
952
953TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
954 $(TAGS_FILES) $(LISP)
955 set x; \
956 here=`pwd`; \
957 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
958 unique=`for i in $$list; do \
959 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
960 done | \
961 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
962 END { if (nonempty) { for (i in files) print i; }; }'`; \
963 shift; \
964 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
965 test -n "$$unique" || unique=$$empty_fix; \
966 if test $$# -gt 0; then \
967 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
968 "$$@" $$unique; \
969 else \
970 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
971 $$unique; \
972 fi; \
973 fi
974ctags: CTAGS
975CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
976 $(TAGS_FILES) $(LISP)
977 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
978 unique=`for i in $$list; do \
979 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
980 done | \
981 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
982 END { if (nonempty) { for (i in files) print i; }; }'`; \
983 test -z "$(CTAGS_ARGS)$$unique" \
984 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
985 $$unique
986
987GTAGS:
988 here=`$(am__cd) $(top_builddir) && pwd` \
989 && $(am__cd) $(top_srcdir) \
990 && gtags -i $(GTAGS_ARGS) "$$here"
991
992distclean-tags:
993 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
994
995distdir: $(DISTFILES)
996 @list='$(MANS)'; if test -n "$$list"; then \
997 list=`for p in $$list; do \
998 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
999 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
1000 if test -n "$$list" && \
1001 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
1002 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
1003 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
1004 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
1005 echo " typically \`make maintainer-clean' will remove them" >&2; \
1006 exit 1; \
1007 else :; fi; \
1008 else :; fi
1009 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1010 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1011 list='$(DISTFILES)'; \
1012 dist_files=`for file in $$list; do echo $$file; done | \
1013 sed -e "s|^$$srcdirstrip/||;t" \
1014 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1015 case $$dist_files in \
1016 */*) $(MKDIR_P) `echo "$$dist_files" | \
1017 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1018 sort -u` ;; \
1019 esac; \
1020 for file in $$dist_files; do \
1021 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1022 if test -d $$d/$$file; then \
1023 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1024 if test -d "$(distdir)/$$file"; then \
1025 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1026 fi; \
1027 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1028 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1029 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1030 fi; \
1031 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1032 else \
1033 test -f "$(distdir)/$$file" \
1034 || cp -p $$d/$$file "$(distdir)/$$file" \
1035 || exit 1; \
1036 fi; \
1037 done
1038check-am: all-am
1039check: check-am
1040all-am: Makefile $(PROGRAMS) $(MANS)
1041installdirs:
1042 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
1043 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1044 done
1045install: install-am
1046install-exec: install-exec-am
1047install-data: install-data-am
1048uninstall: uninstall-am
1049
1050install-am: all-am
1051 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1052
1053installcheck: installcheck-am
1054install-strip:
1055 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1056 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1057 `test -z '$(STRIP)' || \
1058 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1059mostlyclean-generic:
1060
1061clean-generic:
1062 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1063
1064distclean-generic:
1065 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1066 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1067
1068maintainer-clean-generic:
1069 @echo "This command is intended for maintainers to use"
1070 @echo "it deletes files that may require special tools to rebuild."
1071 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1072@ENABLE_NTFSPROGS_FALSE@uninstall-local:
1073@ENABLE_NTFSPROGS_FALSE@install-exec-hook:
1074@ENABLE_NTFSPROGS_FALSE@install-data-hook:
1075clean: clean-am
1076
1077clean-am: clean-binPROGRAMS clean-generic clean-libtool \
1078 clean-sbinPROGRAMS mostlyclean-am
1079
1080distclean: distclean-am
1081 -rm -rf ./$(DEPDIR)
1082 -rm -f Makefile
1083distclean-am: clean-am distclean-compile distclean-generic \
1084 distclean-tags
1085
1086dvi: dvi-am
1087
1088dvi-am:
1089
1090html: html-am
1091
1092html-am:
1093
1094info: info-am
1095
1096info-am:
1097
1098install-data-am: install-man
1099 @$(NORMAL_INSTALL)
1100 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1101install-dvi: install-dvi-am
1102
1103install-dvi-am:
1104
1105install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
1106 @$(NORMAL_INSTALL)
1107 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1108install-html: install-html-am
1109
1110install-html-am:
1111
1112install-info: install-info-am
1113
1114install-info-am:
1115
1116install-man: install-man8
1117
1118install-pdf: install-pdf-am
1119
1120install-pdf-am:
1121
1122install-ps: install-ps-am
1123
1124install-ps-am:
1125
1126installcheck-am:
1127
1128maintainer-clean: maintainer-clean-am
1129 -rm -rf ./$(DEPDIR)
1130 -rm -f Makefile
1131maintainer-clean-am: distclean-am maintainer-clean-generic
1132
1133mostlyclean: mostlyclean-am
1134
1135mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1136 mostlyclean-libtool
1137
1138pdf: pdf-am
1139
1140pdf-am:
1141
1142ps: ps-am
1143
1144ps-am:
1145
1146uninstall-am: uninstall-binPROGRAMS uninstall-local uninstall-man \
1147 uninstall-sbinPROGRAMS
1148
1149uninstall-man: uninstall-man8
1150
1151.MAKE: install-am install-data-am install-exec-am install-strip
1152
1153.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
1154 clean-generic clean-libtool clean-sbinPROGRAMS ctags distclean \
1155 distclean-compile distclean-generic distclean-libtool \
1156 distclean-tags distdir dvi dvi-am html html-am info info-am \
1157 install install-am install-binPROGRAMS install-data \
1158 install-data-am install-data-hook install-dvi install-dvi-am \
1159 install-exec install-exec-am install-exec-hook install-html \
1160 install-html-am install-info install-info-am install-man \
1161 install-man8 install-pdf install-pdf-am install-ps \
1162 install-ps-am install-sbinPROGRAMS install-strip installcheck \
1163 installcheck-am installdirs maintainer-clean \
1164 maintainer-clean-generic mostlyclean mostlyclean-compile \
1165 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1166 tags uninstall uninstall-am uninstall-binPROGRAMS \
1167 uninstall-local uninstall-man uninstall-man8 \
1168 uninstall-sbinPROGRAMS
1169
1170
1171# Extra targets
1172
1173@ENABLE_NTFSPROGS_TRUE@strip: $(bin_PROGRAMS) $(sbin_PROGRAMS)
1174@ENABLE_NTFSPROGS_TRUE@ $(STRIP) $^
1175
1176@ENABLE_NTFSPROGS_TRUE@libs:
1177@ENABLE_NTFSPROGS_TRUE@ (cd ../libntfs-3g && $(MAKE) libs) || exit 1;
1178
1179@ENABLE_NTFSPROGS_TRUE@extra: extras
1180
1181@ENABLE_NTFSPROGS_TRUE@extras: libs $(EXTRA_PROGRAMS)
1182
1183# mkfs.ntfs[.8] hard link
1184
1185@ENABLE_NTFSPROGS_TRUE@install-exec-hook:
1186@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)/sbin
1187@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs
1188
1189@ENABLE_NTFSPROGS_TRUE@install-data-hook:
1190@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)$(man8dir)
1191@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8
1192
1193@ENABLE_NTFSPROGS_TRUE@uninstall-local:
1194@ENABLE_NTFSPROGS_TRUE@ $(RM) -f $(DESTDIR)/sbin/mkfs.ntfs
1195@ENABLE_NTFSPROGS_TRUE@ $(RM) -f $(DESTDIR)$(man8dir)/mkfs.ntfs.8
1196
1197# Tell versions [3.59,3.63) of GNU make to not export all variables.
1198# Otherwise a system limit (for SysV at least) may be exceeded.
1199.NOEXPORT:
1200