A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
1 # Makefile.in generated by automake 1.16.1 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright (C) 1994-2018 Free Software Foundation, Inc. 5 6 # This Makefile.in is free software; the Free Software Foundation 7 # gives unlimited permission to copy and/or distribute it, 8 # with or without modifications, as long as this notice is preserved. 9 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # PARTICULAR PURPOSE. 14 15 @SET_MAKE@ 16 17 VPATH = @srcdir@ 18 am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28 } 29 am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73 pkgdatadir = $(datadir)/@PACKAGE@ 74 pkgincludedir = $(includedir)/@PACKAGE@ 75 pkglibdir = $(libdir)/@PACKAGE@ 76 pkglibexecdir = $(libexecdir)/@PACKAGE@ 77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78 install_sh_DATA = $(install_sh) -c -m 644 79 install_sh_PROGRAM = $(install_sh) -c 80 install_sh_SCRIPT = $(install_sh) -c 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 sbin_PROGRAMS = fatresize$(EXEEXT) 90 subdir = . 91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 94 $(ACLOCAL_M4) 95 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 96 $(am__configure_deps) $(am__DIST_COMMON) 97 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 98 configure.lineno config.status.lineno 99 mkinstalldirs = $(install_sh) -d 100 CONFIG_HEADER = config.h 101 CONFIG_CLEAN_FILES = 102 CONFIG_CLEAN_VPATH_FILES = 103 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" 104 PROGRAMS = $(sbin_PROGRAMS) 105 am_fatresize_OBJECTS = fatresize-fatresize.$(OBJEXT) 106 fatresize_OBJECTS = $(am_fatresize_OBJECTS) 107 am__DEPENDENCIES_1 = 108 fatresize_DEPENDENCIES = $(am__DEPENDENCIES_1) 109 AM_V_P = $(am__v_P_@AM_V@) 110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 111 am__v_P_0 = false 112 am__v_P_1 = : 113 AM_V_GEN = $(am__v_GEN_@AM_V@) 114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 115 am__v_GEN_0 = @echo " GEN " $@; 116 am__v_GEN_1 = 117 AM_V_at = $(am__v_at_@AM_V@) 118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 119 am__v_at_0 = @ 120 am__v_at_1 = 121 DEFAULT_INCLUDES = -I.@am__isrc@ 122 depcomp = $(SHELL) $(top_srcdir)/depcomp 123 am__maybe_remake_depfiles = depfiles 124 am__depfiles_remade = ./$(DEPDIR)/fatresize-fatresize.Po 125 am__mv = mv -f 126 AM_V_lt = $(am__v_lt_@AM_V@) 127 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 128 am__v_lt_0 = --silent 129 am__v_lt_1 = 130 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 131 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 132 AM_V_CC = $(am__v_CC_@AM_V@) 133 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 134 am__v_CC_0 = @echo " CC " $@; 135 am__v_CC_1 = 136 CCLD = $(CC) 137 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 138 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 139 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 140 am__v_CCLD_0 = @echo " CCLD " $@; 141 am__v_CCLD_1 = 142 SOURCES = $(fatresize_SOURCES) 143 DIST_SOURCES = $(fatresize_SOURCES) 144 am__can_run_installinfo = \ 145 case $$AM_UPDATE_INFO_DIR in \ 146 n|no|NO) false;; \ 147 *) (install-info --version) >/dev/null 2>&1;; \ 148 esac 149 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 150 am__vpath_adj = case $$p in \ 151 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 152 *) f=$$p;; \ 153 esac; 154 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 155 am__install_max = 40 156 am__nobase_strip_setup = \ 157 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 158 am__nobase_strip = \ 159 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 160 am__nobase_list = $(am__nobase_strip_setup); \ 161 for p in $$list; do echo "$$p $$p"; done | \ 162 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 163 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 164 if (++n[$$2] == $(am__install_max)) \ 165 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 166 END { for (dir in files) print dir, files[dir] }' 167 am__base_list = \ 168 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 169 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 170 am__uninstall_files_from_dir = { \ 171 test -z "$$files" \ 172 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 173 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 174 $(am__cd) "$$dir" && rm -f $$files; }; \ 175 } 176 man1dir = $(mandir)/man1 177 NROFF = nroff 178 MANS = $(man_MANS) 179 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 180 $(LISP)config.h.in 181 # Read a list of newline-separated strings from the standard input, 182 # and print each of them once, without duplicates. Input order is 183 # *not* preserved. 184 am__uniquify_input = $(AWK) '\ 185 BEGIN { nonempty = 0; } \ 186 { items[$$0] = 1; nonempty = 1; } \ 187 END { if (nonempty) { for (i in items) print i; }; } \ 188 ' 189 # Make sure the list of sources is unique. This is necessary because, 190 # e.g., the same source file might be shared among _SOURCES variables 191 # for different programs/libraries. 192 am__define_uniq_tagged_files = \ 193 list='$(am__tagged_files)'; \ 194 unique=`for i in $$list; do \ 195 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 196 done | $(am__uniquify_input)` 197 ETAGS = etags 198 CTAGS = ctags 199 CSCOPE = cscope 200 AM_RECURSIVE_TARGETS = cscope 201 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ 202 COPYING ChangeLog INSTALL NEWS README compile config.guess \ 203 config.sub depcomp install-sh missing 204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 205 distdir = $(PACKAGE)-$(VERSION) 206 top_distdir = $(distdir) 207 am__remove_distdir = \ 208 if test -d "$(distdir)"; then \ 209 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 210 && rm -rf "$(distdir)" \ 211 || { sleep 5 && rm -rf "$(distdir)"; }; \ 212 else :; fi 213 am__post_remove_distdir = $(am__remove_distdir) 214 DIST_ARCHIVES = $(distdir).tar.gz 215 GZIP_ENV = --best 216 DIST_TARGETS = dist-gzip 217 distuninstallcheck_listfiles = find . -type f -print 218 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 219 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 220 distcleancheck_listfiles = find . -type f -print 221 ACLOCAL = @ACLOCAL@ 222 AMTAR = @AMTAR@ 223 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 224 AUTOCONF = @AUTOCONF@ 225 AUTOHEADER = @AUTOHEADER@ 226 AUTOMAKE = @AUTOMAKE@ 227 AWK = @AWK@ 228 CC = @CC@ 229 CCDEPMODE = @CCDEPMODE@ 230 CFLAGS = @CFLAGS@ 231 CPP = @CPP@ 232 CPPFLAGS = @CPPFLAGS@ 233 CYGPATH_W = @CYGPATH_W@ 234 DEFS = @DEFS@ 235 DEPDIR = @DEPDIR@ 236 ECHO_C = @ECHO_C@ 237 ECHO_N = @ECHO_N@ 238 ECHO_T = @ECHO_T@ 239 EGREP = @EGREP@ 240 EXEEXT = @EXEEXT@ 241 GREP = @GREP@ 242 INSTALL = @INSTALL@ 243 INSTALL_DATA = @INSTALL_DATA@ 244 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 245 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 246 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 247 LDFLAGS = @LDFLAGS@ 248 LIBOBJS = @LIBOBJS@ 249 LIBS = @LIBS@ 250 LTLIBOBJS = @LTLIBOBJS@ 251 MAINT = @MAINT@ 252 MAKEINFO = @MAKEINFO@ 253 MKDIR_P = @MKDIR_P@ 254 OBJEXT = @OBJEXT@ 255 PACKAGE = @PACKAGE@ 256 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 257 PACKAGE_NAME = @PACKAGE_NAME@ 258 PACKAGE_STRING = @PACKAGE_STRING@ 259 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 260 PACKAGE_URL = @PACKAGE_URL@ 261 PACKAGE_VERSION = @PACKAGE_VERSION@ 262 PARTED_CFLAGS = @PARTED_CFLAGS@ 263 PARTED_LIBS = @PARTED_LIBS@ 264 PATH_SEPARATOR = @PATH_SEPARATOR@ 265 PKG_CONFIG = @PKG_CONFIG@ 266 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 267 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 268 SET_MAKE = @SET_MAKE@ 269 SHELL = @SHELL@ 270 STRIP = @STRIP@ 271 VERSION = @VERSION@ 272 abs_builddir = @abs_builddir@ 273 abs_srcdir = @abs_srcdir@ 274 abs_top_builddir = @abs_top_builddir@ 275 abs_top_srcdir = @abs_top_srcdir@ 276 ac_ct_CC = @ac_ct_CC@ 277 am__include = @am__include@ 278 am__leading_dot = @am__leading_dot@ 279 am__quote = @am__quote@ 280 am__tar = @am__tar@ 281 am__untar = @am__untar@ 282 bindir = @bindir@ 283 build_alias = @build_alias@ 284 builddir = @builddir@ 285 datadir = @datadir@ 286 datarootdir = @datarootdir@ 287 docdir = @docdir@ 288 dvidir = @dvidir@ 289 exec_prefix = @exec_prefix@ 290 host_alias = @host_alias@ 291 htmldir = @htmldir@ 292 includedir = @includedir@ 293 infodir = @infodir@ 294 install_sh = @install_sh@ 295 libdir = @libdir@ 296 libexecdir = @libexecdir@ 297 localedir = @localedir@ 298 localstatedir = @localstatedir@ 299 mandir = @mandir@ 300 mkdir_p = @mkdir_p@ 301 oldincludedir = @oldincludedir@ 302 pdfdir = @pdfdir@ 303 prefix = @prefix@ 304 program_transform_name = @program_transform_name@ 305 psdir = @psdir@ 306 runstatedir = @runstatedir@ 307 sbindir = @sbindir@ 308 sharedstatedir = @sharedstatedir@ 309 srcdir = @srcdir@ 310 sysconfdir = @sysconfdir@ 311 target_alias = @target_alias@ 312 top_build_prefix = @top_build_prefix@ 313 top_builddir = @top_builddir@ 314 top_srcdir = @top_srcdir@ 315 man_MANS = fatresize.1 316 fatresize_CPPFLAGS = $(PARTED_CFLAGS) 317 fatresize_SOURCES = fatresize.c 318 fatresize_LDADD = $(PARTED_LIBS) 319 EXTRA_DIST = AUTHORS CREDITS ChangeLog NEWS README \ 320 fatresize.spec $(man_MANS) 321 322 SUFFIXES = .1 323 CLEANFILES = $(man_MANS) 324 all: config.h 325 $(MAKE) $(AM_MAKEFLAGS) all-am 326 327 .SUFFIXES: 328 .SUFFIXES: .1 .c .o .obj .sgml 329 am--refresh: Makefile 330 @: 331 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 332 @for dep in $?; do \ 333 case '$(am__configure_deps)' in \ 334 *$$dep*) \ 335 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 336 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 337 && exit 0; \ 338 exit 1;; \ 339 esac; \ 340 done; \ 341 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 342 $(am__cd) $(top_srcdir) && \ 343 $(AUTOMAKE) --gnu Makefile 344 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 345 @case '$?' in \ 346 *config.status*) \ 347 echo ' $(SHELL) ./config.status'; \ 348 $(SHELL) ./config.status;; \ 349 *) \ 350 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 351 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 352 esac; 353 354 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 355 $(SHELL) ./config.status --recheck 356 357 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 358 $(am__cd) $(srcdir) && $(AUTOCONF) 359 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 360 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 361 $(am__aclocal_m4_deps): 362 363 config.h: stamp-h1 364 @test -f $@ || rm -f stamp-h1 365 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 366 367 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 368 @rm -f stamp-h1 369 cd $(top_builddir) && $(SHELL) ./config.status config.h 370 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 371 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 372 rm -f stamp-h1 373 touch $@ 374 375 distclean-hdr: 376 -rm -f config.h stamp-h1 377 install-sbinPROGRAMS: $(sbin_PROGRAMS) 378 @$(NORMAL_INSTALL) 379 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 380 if test -n "$$list"; then \ 381 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ 382 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ 383 fi; \ 384 for p in $$list; do echo "$$p $$p"; done | \ 385 sed 's/$(EXEEXT)$$//' | \ 386 while read p p1; do if test -f $$p \ 387 ; then echo "$$p"; echo "$$p"; else :; fi; \ 388 done | \ 389 sed -e 'p;s,.*/,,;n;h' \ 390 -e 's|.*|.|' \ 391 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 392 sed 'N;N;N;s,\n, ,g' | \ 393 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 394 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 395 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 396 else { print "f", $$3 "/" $$4, $$1; } } \ 397 END { for (d in files) print "f", d, files[d] }' | \ 398 while read type dir files; do \ 399 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 400 test -z "$$files" || { \ 401 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ 402 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ 403 } \ 404 ; done 405 406 uninstall-sbinPROGRAMS: 407 @$(NORMAL_UNINSTALL) 408 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 409 files=`for p in $$list; do echo "$$p"; done | \ 410 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 411 -e 's/$$/$(EXEEXT)/' \ 412 `; \ 413 test -n "$$list" || exit 0; \ 414 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ 415 cd "$(DESTDIR)$(sbindir)" && rm -f $$files 416 417 clean-sbinPROGRAMS: 418 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) 419 420 fatresize$(EXEEXT): $(fatresize_OBJECTS) $(fatresize_DEPENDENCIES) $(EXTRA_fatresize_DEPENDENCIES) 421 @rm -f fatresize$(EXEEXT) 422 $(AM_V_CCLD)$(LINK) $(fatresize_OBJECTS) $(fatresize_LDADD) $(LIBS) 423 424 mostlyclean-compile: 425 -rm -f *.$(OBJEXT) 426 427 distclean-compile: 428 -rm -f *.tab.c 429 430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fatresize-fatresize.Po@am__quote@ # am--include-marker 431 432 $(am__depfiles_remade): 433 @$(MKDIR_P) $(@D) 434 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 435 436 am--depfiles: $(am__depfiles_remade) 437 438 .c.o: 439 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 440 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 441 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 442 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 443 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 444 445 .c.obj: 446 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 447 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 448 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 450 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 451 452 fatresize-fatresize.o: fatresize.c 453 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fatresize_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fatresize-fatresize.o -MD -MP -MF $(DEPDIR)/fatresize-fatresize.Tpo -c -o fatresize-fatresize.o `test -f 'fatresize.c' || echo '$(srcdir)/'`fatresize.c 454 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fatresize-fatresize.Tpo $(DEPDIR)/fatresize-fatresize.Po 455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fatresize.c' object='fatresize-fatresize.o' libtool=no @AMDEPBACKSLASH@ 456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 457 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fatresize_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fatresize-fatresize.o `test -f 'fatresize.c' || echo '$(srcdir)/'`fatresize.c 458 459 fatresize-fatresize.obj: fatresize.c 460 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fatresize_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fatresize-fatresize.obj -MD -MP -MF $(DEPDIR)/fatresize-fatresize.Tpo -c -o fatresize-fatresize.obj `if test -f 'fatresize.c'; then $(CYGPATH_W) 'fatresize.c'; else $(CYGPATH_W) '$(srcdir)/fatresize.c'; fi` 461 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fatresize-fatresize.Tpo $(DEPDIR)/fatresize-fatresize.Po 462 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fatresize.c' object='fatresize-fatresize.obj' libtool=no @AMDEPBACKSLASH@ 463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 464 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fatresize_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fatresize-fatresize.obj `if test -f 'fatresize.c'; then $(CYGPATH_W) 'fatresize.c'; else $(CYGPATH_W) '$(srcdir)/fatresize.c'; fi` 465 install-man1: $(man_MANS) 466 @$(NORMAL_INSTALL) 467 @list1=''; \ 468 list2='$(man_MANS)'; \ 469 test -n "$(man1dir)" \ 470 && test -n "`echo $$list1$$list2`" \ 471 || exit 0; \ 472 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 473 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 474 { for i in $$list1; do echo "$$i"; done; \ 475 if test -n "$$list2"; then \ 476 for i in $$list2; do echo "$$i"; done \ 477 | sed -n '/\.1[a-z]*$$/p'; \ 478 fi; \ 479 } | while read p; do \ 480 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 481 echo "$$d$$p"; echo "$$p"; \ 482 done | \ 483 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 484 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 485 sed 'N;N;s,\n, ,g' | { \ 486 list=; while read file base inst; do \ 487 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 488 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 489 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 490 fi; \ 491 done; \ 492 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 493 while read files; do \ 494 test -z "$$files" || { \ 495 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 496 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 497 done; } 498 499 uninstall-man1: 500 @$(NORMAL_UNINSTALL) 501 @list=''; test -n "$(man1dir)" || exit 0; \ 502 files=`{ for i in $$list; do echo "$$i"; done; \ 503 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 504 sed -n '/\.1[a-z]*$$/p'; \ 505 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 506 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 507 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 508 509 ID: $(am__tagged_files) 510 $(am__define_uniq_tagged_files); mkid -fID $$unique 511 tags: tags-am 512 TAGS: tags 513 514 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 515 set x; \ 516 here=`pwd`; \ 517 $(am__define_uniq_tagged_files); \ 518 shift; \ 519 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 520 test -n "$$unique" || unique=$$empty_fix; \ 521 if test $$# -gt 0; then \ 522 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 523 "$$@" $$unique; \ 524 else \ 525 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 526 $$unique; \ 527 fi; \ 528 fi 529 ctags: ctags-am 530 531 CTAGS: ctags 532 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 533 $(am__define_uniq_tagged_files); \ 534 test -z "$(CTAGS_ARGS)$$unique" \ 535 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 536 $$unique 537 538 GTAGS: 539 here=`$(am__cd) $(top_builddir) && pwd` \ 540 && $(am__cd) $(top_srcdir) \ 541 && gtags -i $(GTAGS_ARGS) "$$here" 542 cscope: cscope.files 543 test ! -s cscope.files \ 544 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 545 clean-cscope: 546 -rm -f cscope.files 547 cscope.files: clean-cscope cscopelist 548 cscopelist: cscopelist-am 549 550 cscopelist-am: $(am__tagged_files) 551 list='$(am__tagged_files)'; \ 552 case "$(srcdir)" in \ 553 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 554 *) sdir=$(subdir)/$(srcdir) ;; \ 555 esac; \ 556 for i in $$list; do \ 557 if test -f "$$i"; then \ 558 echo "$(subdir)/$$i"; \ 559 else \ 560 echo "$$sdir/$$i"; \ 561 fi; \ 562 done >> $(top_builddir)/cscope.files 563 564 distclean-tags: 565 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 566 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 567 568 distdir: $(BUILT_SOURCES) 569 $(MAKE) $(AM_MAKEFLAGS) distdir-am 570 571 distdir-am: $(DISTFILES) 572 $(am__remove_distdir) 573 test -d "$(distdir)" || mkdir "$(distdir)" 574 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 575 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 576 list='$(DISTFILES)'; \ 577 dist_files=`for file in $$list; do echo $$file; done | \ 578 sed -e "s|^$$srcdirstrip/||;t" \ 579 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 580 case $$dist_files in \ 581 */*) $(MKDIR_P) `echo "$$dist_files" | \ 582 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 583 sort -u` ;; \ 584 esac; \ 585 for file in $$dist_files; do \ 586 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 587 if test -d $$d/$$file; then \ 588 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 589 if test -d "$(distdir)/$$file"; then \ 590 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 591 fi; \ 592 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 593 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 594 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 595 fi; \ 596 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 597 else \ 598 test -f "$(distdir)/$$file" \ 599 || cp -p $$d/$$file "$(distdir)/$$file" \ 600 || exit 1; \ 601 fi; \ 602 done 603 -test -n "$(am__skip_mode_fix)" \ 604 || find "$(distdir)" -type d ! -perm -755 \ 605 -exec chmod u+rwx,go+rx {} \; -o \ 606 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 607 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 608 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 609 || chmod -R a+r "$(distdir)" 610 dist-gzip: distdir 611 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 612 $(am__post_remove_distdir) 613 614 dist-bzip2: distdir 615 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 616 $(am__post_remove_distdir) 617 618 dist-lzip: distdir 619 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 620 $(am__post_remove_distdir) 621 622 dist-xz: distdir 623 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 624 $(am__post_remove_distdir) 625 626 dist-tarZ: distdir 627 @echo WARNING: "Support for distribution archives compressed with" \ 628 "legacy program 'compress' is deprecated." >&2 629 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 630 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 631 $(am__post_remove_distdir) 632 633 dist-shar: distdir 634 @echo WARNING: "Support for shar distribution archives is" \ 635 "deprecated." >&2 636 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 637 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 638 $(am__post_remove_distdir) 639 640 dist-zip: distdir 641 -rm -f $(distdir).zip 642 zip -rq $(distdir).zip $(distdir) 643 $(am__post_remove_distdir) 644 645 dist dist-all: 646 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 647 $(am__post_remove_distdir) 648 649 # This target untars the dist file and tries a VPATH configuration. Then 650 # it guarantees that the distribution is self-contained by making another 651 # tarfile. 652 distcheck: dist 653 case '$(DIST_ARCHIVES)' in \ 654 *.tar.gz*) \ 655 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 656 *.tar.bz2*) \ 657 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 658 *.tar.lz*) \ 659 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 660 *.tar.xz*) \ 661 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 662 *.tar.Z*) \ 663 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 664 *.shar.gz*) \ 665 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 666 *.zip*) \ 667 unzip $(distdir).zip ;;\ 668 esac 669 chmod -R a-w $(distdir) 670 chmod u+w $(distdir) 671 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 672 chmod a-w $(distdir) 673 test -d $(distdir)/_build || exit 0; \ 674 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 675 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 676 && am__cwd=`pwd` \ 677 && $(am__cd) $(distdir)/_build/sub \ 678 && ../../configure \ 679 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 680 $(DISTCHECK_CONFIGURE_FLAGS) \ 681 --srcdir=../.. --prefix="$$dc_install_base" \ 682 && $(MAKE) $(AM_MAKEFLAGS) \ 683 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 684 && $(MAKE) $(AM_MAKEFLAGS) check \ 685 && $(MAKE) $(AM_MAKEFLAGS) install \ 686 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 687 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 688 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 689 distuninstallcheck \ 690 && chmod -R a-w "$$dc_install_base" \ 691 && ({ \ 692 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 693 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 694 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 695 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 696 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 697 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 698 && rm -rf "$$dc_destdir" \ 699 && $(MAKE) $(AM_MAKEFLAGS) dist \ 700 && rm -rf $(DIST_ARCHIVES) \ 701 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 702 && cd "$$am__cwd" \ 703 || exit 1 704 $(am__post_remove_distdir) 705 @(echo "$(distdir) archives ready for distribution: "; \ 706 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 707 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 708 distuninstallcheck: 709 @test -n '$(distuninstallcheck_dir)' || { \ 710 echo 'ERROR: trying to run $@ with an empty' \ 711 '$$(distuninstallcheck_dir)' >&2; \ 712 exit 1; \ 713 }; \ 714 $(am__cd) '$(distuninstallcheck_dir)' || { \ 715 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 716 exit 1; \ 717 }; \ 718 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 719 || { echo "ERROR: files left after uninstall:" ; \ 720 if test -n "$(DESTDIR)"; then \ 721 echo " (check DESTDIR support)"; \ 722 fi ; \ 723 $(distuninstallcheck_listfiles) ; \ 724 exit 1; } >&2 725 distcleancheck: distclean 726 @if test '$(srcdir)' = . ; then \ 727 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 728 exit 1 ; \ 729 fi 730 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 731 || { echo "ERROR: files left in build directory after distclean:" ; \ 732 $(distcleancheck_listfiles) ; \ 733 exit 1; } >&2 734 check-am: all-am 735 check: check-am 736 all-am: Makefile $(PROGRAMS) $(MANS) config.h 737 installdirs: 738 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \ 739 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 740 done 741 install: install-am 742 install-exec: install-exec-am 743 install-data: install-data-am 744 uninstall: uninstall-am 745 746 install-am: all-am 747 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 748 749 installcheck: installcheck-am 750 install-strip: 751 if test -z '$(STRIP)'; then \ 752 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 753 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 754 install; \ 755 else \ 756 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 757 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 758 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 759 fi 760 mostlyclean-generic: 761 762 clean-generic: 763 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 764 765 distclean-generic: 766 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 767 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 768 769 maintainer-clean-generic: 770 @echo "This command is intended for maintainers to use" 771 @echo "it deletes files that may require special tools to rebuild." 772 clean: clean-am 773 774 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am 775 776 distclean: distclean-am 777 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 778 -rm -f ./$(DEPDIR)/fatresize-fatresize.Po 779 -rm -f Makefile 780 distclean-am: clean-am distclean-compile distclean-generic \ 781 distclean-hdr distclean-tags 782 783 dvi: dvi-am 784 785 dvi-am: 786 787 html: html-am 788 789 html-am: 790 791 info: info-am 792 793 info-am: 794 795 install-data-am: install-man 796 797 install-dvi: install-dvi-am 798 799 install-dvi-am: 800 801 install-exec-am: install-sbinPROGRAMS 802 803 install-html: install-html-am 804 805 install-html-am: 806 807 install-info: install-info-am 808 809 install-info-am: 810 811 install-man: install-man1 812 813 install-pdf: install-pdf-am 814 815 install-pdf-am: 816 817 install-ps: install-ps-am 818 819 install-ps-am: 820 821 installcheck-am: 822 823 maintainer-clean: maintainer-clean-am 824 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 825 -rm -rf $(top_srcdir)/autom4te.cache 826 -rm -f ./$(DEPDIR)/fatresize-fatresize.Po 827 -rm -f Makefile 828 maintainer-clean-am: distclean-am maintainer-clean-generic 829 830 mostlyclean: mostlyclean-am 831 832 mostlyclean-am: mostlyclean-compile mostlyclean-generic 833 834 pdf: pdf-am 835 836 pdf-am: 837 838 ps: ps-am 839 840 ps-am: 841 842 uninstall-am: uninstall-man uninstall-sbinPROGRAMS 843 844 uninstall-man: uninstall-man1 845 846 .MAKE: all install-am install-strip 847 848 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ 849 check-am clean clean-cscope clean-generic clean-sbinPROGRAMS \ 850 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 851 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 852 distcheck distclean distclean-compile distclean-generic \ 853 distclean-hdr distclean-tags distcleancheck distdir \ 854 distuninstallcheck dvi dvi-am html html-am info info-am \ 855 install install-am install-data install-data-am install-dvi \ 856 install-dvi-am install-exec install-exec-am install-html \ 857 install-html-am install-info install-info-am install-man \ 858 install-man1 install-pdf install-pdf-am install-ps \ 859 install-ps-am install-sbinPROGRAMS install-strip installcheck \ 860 installcheck-am installdirs maintainer-clean \ 861 maintainer-clean-generic mostlyclean mostlyclean-compile \ 862 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 863 uninstall-am uninstall-man uninstall-man1 \ 864 uninstall-sbinPROGRAMS 865 866 .PRECIOUS: Makefile 867 868 869 .sgml.1: 870 docbook-to-man $< > $@ 871 872 # Tell versions [3.59,3.63) of GNU make to not export all variables. 873 # Otherwise a system limit (for SysV at least) may be exceeded. 874 .NOEXPORT: