1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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# $XFree86: $ 18 19VPATH = @srcdir@ 20am__is_gnu_make = { \ 21 if test -z '$(MAKELEVEL)'; then \ 22 false; \ 23 elif test -n '$(MAKE_HOST)'; then \ 24 true; \ 25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 26 true; \ 27 else \ 28 false; \ 29 fi; \ 30} 31am__make_running_with_option = \ 32 case $${target_option-} in \ 33 ?) ;; \ 34 *) echo "am__make_running_with_option: internal error: invalid" \ 35 "target option '$${target_option-}' specified" >&2; \ 36 exit 1;; \ 37 esac; \ 38 has_opt=no; \ 39 sane_makeflags=$$MAKEFLAGS; \ 40 if $(am__is_gnu_make); then \ 41 sane_makeflags=$$MFLAGS; \ 42 else \ 43 case $$MAKEFLAGS in \ 44 *\\[\ \ ]*) \ 45 bs=\\; \ 46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 48 esac; \ 49 fi; \ 50 skip_next=no; \ 51 strip_trailopt () \ 52 { \ 53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 54 }; \ 55 for flg in $$sane_makeflags; do \ 56 test $$skip_next = yes && { skip_next=no; continue; }; \ 57 case $$flg in \ 58 *=*|--*) continue;; \ 59 -*I) strip_trailopt 'I'; skip_next=yes;; \ 60 -*I?*) strip_trailopt 'I';; \ 61 -*O) strip_trailopt 'O'; skip_next=yes;; \ 62 -*O?*) strip_trailopt 'O';; \ 63 -*l) strip_trailopt 'l'; skip_next=yes;; \ 64 -*l?*) strip_trailopt 'l';; \ 65 -[dEDm]) skip_next=yes;; \ 66 -[JT]) skip_next=yes;; \ 67 esac; \ 68 case $$flg in \ 69 *$$target_option*) has_opt=yes; break;; \ 70 esac; \ 71 done; \ 72 test $$has_opt = yes 73am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 74am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 75pkgdatadir = $(datadir)/@PACKAGE@ 76pkgincludedir = $(includedir)/@PACKAGE@ 77pkglibdir = $(libdir)/@PACKAGE@ 78pkglibexecdir = $(libexecdir)/@PACKAGE@ 79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 80install_sh_DATA = $(install_sh) -c -m 644 81install_sh_PROGRAM = $(install_sh) -c 82install_sh_SCRIPT = $(install_sh) -c 83INSTALL_HEADER = $(INSTALL_DATA) 84transform = $(program_transform_name) 85NORMAL_INSTALL = : 86PRE_INSTALL = : 87POST_INSTALL = : 88NORMAL_UNINSTALL = : 89PRE_UNINSTALL = : 90POST_UNINSTALL = : 91build_triplet = @build@ 92host_triplet = @host@ 93noinst_PROGRAMS = stormdwg$(EXEEXT) 94subdir = util 95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 96am__aclocal_m4_deps = $(top_srcdir)/configure.ac 97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 $(ACLOCAL_M4) 99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 100mkinstalldirs = $(install_sh) -d 101CONFIG_HEADER = $(top_builddir)/config.h 102CONFIG_CLEAN_FILES = 103CONFIG_CLEAN_VPATH_FILES = 104PROGRAMS = $(noinst_PROGRAMS) 105am_stormdwg_OBJECTS = stormdwg.$(OBJEXT) 106stormdwg_OBJECTS = $(am_stormdwg_OBJECTS) 107stormdwg_LDADD = $(LDADD) 108AM_V_lt = $(am__v_lt_@AM_V@) 109am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 110am__v_lt_0 = --silent 111am__v_lt_1 = 112AM_V_P = $(am__v_P_@AM_V@) 113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 114am__v_P_0 = false 115am__v_P_1 = : 116AM_V_GEN = $(am__v_GEN_@AM_V@) 117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 118am__v_GEN_0 = @echo " GEN " $@; 119am__v_GEN_1 = 120AM_V_at = $(am__v_at_@AM_V@) 121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 122am__v_at_0 = @ 123am__v_at_1 = 124DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 125depcomp = $(SHELL) $(top_srcdir)/depcomp 126am__maybe_remake_depfiles = depfiles 127am__depfiles_remade = ./$(DEPDIR)/stormdwg.Po 128am__mv = mv -f 129COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 130 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 131LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 132 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 133 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 134 $(AM_CFLAGS) $(CFLAGS) 135AM_V_CC = $(am__v_CC_@AM_V@) 136am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 137am__v_CC_0 = @echo " CC " $@; 138am__v_CC_1 = 139CCLD = $(CC) 140LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 141 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 142 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 143AM_V_CCLD = $(am__v_CCLD_@AM_V@) 144am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 145am__v_CCLD_0 = @echo " CCLD " $@; 146am__v_CCLD_1 = 147SOURCES = $(stormdwg_SOURCES) 148DIST_SOURCES = $(stormdwg_SOURCES) 149am__can_run_installinfo = \ 150 case $$AM_UPDATE_INFO_DIR in \ 151 n|no|NO) false;; \ 152 *) (install-info --version) >/dev/null 2>&1;; \ 153 esac 154am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 155# Read a list of newline-separated strings from the standard input, 156# and print each of them once, without duplicates. Input order is 157# *not* preserved. 158am__uniquify_input = $(AWK) '\ 159 BEGIN { nonempty = 0; } \ 160 { items[$$0] = 1; nonempty = 1; } \ 161 END { if (nonempty) { for (i in items) print i; }; } \ 162' 163# Make sure the list of sources is unique. This is necessary because, 164# e.g., the same source file might be shared among _SOURCES variables 165# for different programs/libraries. 166am__define_uniq_tagged_files = \ 167 list='$(am__tagged_files)'; \ 168 unique=`for i in $$list; do \ 169 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 170 done | $(am__uniquify_input)` 171am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README 172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 173ACLOCAL = @ACLOCAL@ 174ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 175ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 176AMTAR = @AMTAR@ 177AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 178APP_MAN_DIR = @APP_MAN_DIR@ 179APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 180AR = @AR@ 181AUTOCONF = @AUTOCONF@ 182AUTOHEADER = @AUTOHEADER@ 183AUTOMAKE = @AUTOMAKE@ 184AWK = @AWK@ 185BASE_CFLAGS = @BASE_CFLAGS@ 186CC = @CC@ 187CCDEPMODE = @CCDEPMODE@ 188CFLAGS = @CFLAGS@ 189CHANGELOG_CMD = @CHANGELOG_CMD@ 190CPP = @CPP@ 191CPPFLAGS = @CPPFLAGS@ 192CSCOPE = @CSCOPE@ 193CTAGS = @CTAGS@ 194CWARNFLAGS = @CWARNFLAGS@ 195CYGPATH_W = @CYGPATH_W@ 196DEFS = @DEFS@ 197DEPDIR = @DEPDIR@ 198DLLTOOL = @DLLTOOL@ 199DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 200DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 201DRIVER_NAME = @DRIVER_NAME@ 202DRI_CFLAGS = @DRI_CFLAGS@ 203DRI_LIBS = @DRI_LIBS@ 204DSYMUTIL = @DSYMUTIL@ 205DUMPBIN = @DUMPBIN@ 206ECHO_C = @ECHO_C@ 207ECHO_N = @ECHO_N@ 208ECHO_T = @ECHO_T@ 209EGREP = @EGREP@ 210ETAGS = @ETAGS@ 211EXEEXT = @EXEEXT@ 212FGREP = @FGREP@ 213FILECMD = @FILECMD@ 214FILE_MAN_DIR = @FILE_MAN_DIR@ 215FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 216GREP = @GREP@ 217INSTALL = @INSTALL@ 218INSTALL_CMD = @INSTALL_CMD@ 219INSTALL_DATA = @INSTALL_DATA@ 220INSTALL_PROGRAM = @INSTALL_PROGRAM@ 221INSTALL_SCRIPT = @INSTALL_SCRIPT@ 222INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 223LD = @LD@ 224LDFLAGS = @LDFLAGS@ 225LIBOBJS = @LIBOBJS@ 226LIBS = @LIBS@ 227LIBTOOL = @LIBTOOL@ 228LIB_MAN_DIR = @LIB_MAN_DIR@ 229LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 230LIPO = @LIPO@ 231LN_S = @LN_S@ 232LTLIBOBJS = @LTLIBOBJS@ 233LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 234MAKEINFO = @MAKEINFO@ 235MANIFEST_TOOL = @MANIFEST_TOOL@ 236MAN_SUBSTS = @MAN_SUBSTS@ 237MISC_MAN_DIR = @MISC_MAN_DIR@ 238MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 239MKDIR_P = @MKDIR_P@ 240NM = @NM@ 241NMEDIT = @NMEDIT@ 242OBJDUMP = @OBJDUMP@ 243OBJEXT = @OBJEXT@ 244OTOOL = @OTOOL@ 245OTOOL64 = @OTOOL64@ 246PACKAGE = @PACKAGE@ 247PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 248PACKAGE_NAME = @PACKAGE_NAME@ 249PACKAGE_STRING = @PACKAGE_STRING@ 250PACKAGE_TARNAME = @PACKAGE_TARNAME@ 251PACKAGE_URL = @PACKAGE_URL@ 252PACKAGE_VERSION = @PACKAGE_VERSION@ 253PATH_SEPARATOR = @PATH_SEPARATOR@ 254PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 255PCIACCESS_LIBS = @PCIACCESS_LIBS@ 256PKG_CONFIG = @PKG_CONFIG@ 257PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 258PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 259RANLIB = @RANLIB@ 260SED = @SED@ 261SET_MAKE = @SET_MAKE@ 262SHELL = @SHELL@ 263STRICT_CFLAGS = @STRICT_CFLAGS@ 264STRIP = @STRIP@ 265VERSION = @VERSION@ 266XORG_CFLAGS = @XORG_CFLAGS@ 267XORG_LIBS = @XORG_LIBS@ 268XORG_MAN_PAGE = @XORG_MAN_PAGE@ 269abs_builddir = @abs_builddir@ 270abs_srcdir = @abs_srcdir@ 271abs_top_builddir = @abs_top_builddir@ 272abs_top_srcdir = @abs_top_srcdir@ 273ac_ct_AR = @ac_ct_AR@ 274ac_ct_CC = @ac_ct_CC@ 275ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 276am__include = @am__include@ 277am__leading_dot = @am__leading_dot@ 278am__quote = @am__quote@ 279am__tar = @am__tar@ 280am__untar = @am__untar@ 281bindir = @bindir@ 282build = @build@ 283build_alias = @build_alias@ 284build_cpu = @build_cpu@ 285build_os = @build_os@ 286build_vendor = @build_vendor@ 287builddir = @builddir@ 288datadir = @datadir@ 289datarootdir = @datarootdir@ 290docdir = @docdir@ 291dvidir = @dvidir@ 292exec_prefix = @exec_prefix@ 293host = @host@ 294host_alias = @host_alias@ 295host_cpu = @host_cpu@ 296host_os = @host_os@ 297host_vendor = @host_vendor@ 298htmldir = @htmldir@ 299includedir = @includedir@ 300infodir = @infodir@ 301install_sh = @install_sh@ 302libdir = @libdir@ 303libexecdir = @libexecdir@ 304localedir = @localedir@ 305localstatedir = @localstatedir@ 306mandir = @mandir@ 307mkdir_p = @mkdir_p@ 308moduledir = @moduledir@ 309oldincludedir = @oldincludedir@ 310pdfdir = @pdfdir@ 311prefix = @prefix@ 312program_transform_name = @program_transform_name@ 313psdir = @psdir@ 314runstatedir = @runstatedir@ 315sbindir = @sbindir@ 316sharedstatedir = @sharedstatedir@ 317srcdir = @srcdir@ 318sysconfdir = @sysconfdir@ 319target_alias = @target_alias@ 320top_build_prefix = @top_build_prefix@ 321top_builddir = @top_builddir@ 322top_srcdir = @top_srcdir@ 323stormdwg_SOURCES = stormdwg.c 324EXTRA_DIST = README 325all: all-am 326 327.SUFFIXES: 328.SUFFIXES: .c .lo .o .obj 329$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 330 @for dep in $?; do \ 331 case '$(am__configure_deps)' in \ 332 *$$dep*) \ 333 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 334 && { if test -f $@; then exit 0; else break; fi; }; \ 335 exit 1;; \ 336 esac; \ 337 done; \ 338 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign util/Makefile'; \ 339 $(am__cd) $(top_srcdir) && \ 340 $(AUTOMAKE) --foreign util/Makefile 341Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 342 @case '$?' in \ 343 *config.status*) \ 344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 345 *) \ 346 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 347 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 348 esac; 349 350$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 352 353$(top_srcdir)/configure: $(am__configure_deps) 354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 355$(ACLOCAL_M4): $(am__aclocal_m4_deps) 356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 357$(am__aclocal_m4_deps): 358 359clean-noinstPROGRAMS: 360 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 361 echo " rm -f" $$list; \ 362 rm -f $$list || exit $$?; \ 363 test -n "$(EXEEXT)" || exit 0; \ 364 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 365 echo " rm -f" $$list; \ 366 rm -f $$list 367 368stormdwg$(EXEEXT): $(stormdwg_OBJECTS) $(stormdwg_DEPENDENCIES) $(EXTRA_stormdwg_DEPENDENCIES) 369 @rm -f stormdwg$(EXEEXT) 370 $(AM_V_CCLD)$(LINK) $(stormdwg_OBJECTS) $(stormdwg_LDADD) $(LIBS) 371 372mostlyclean-compile: 373 -rm -f *.$(OBJEXT) 374 375distclean-compile: 376 -rm -f *.tab.c 377 378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stormdwg.Po@am__quote@ # am--include-marker 379 380$(am__depfiles_remade): 381 @$(MKDIR_P) $(@D) 382 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 383 384am--depfiles: $(am__depfiles_remade) 385 386.c.o: 387@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 388@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 389@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 390@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 391@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 392 393.c.obj: 394@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 395@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 396@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 397@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 398@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 399 400.c.lo: 401@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 402@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 403@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 404@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 405@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 406 407mostlyclean-libtool: 408 -rm -f *.lo 409 410clean-libtool: 411 -rm -rf .libs _libs 412 413ID: $(am__tagged_files) 414 $(am__define_uniq_tagged_files); mkid -fID $$unique 415tags: tags-am 416TAGS: tags 417 418tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 419 set x; \ 420 here=`pwd`; \ 421 $(am__define_uniq_tagged_files); \ 422 shift; \ 423 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 424 test -n "$$unique" || unique=$$empty_fix; \ 425 if test $$# -gt 0; then \ 426 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 427 "$$@" $$unique; \ 428 else \ 429 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 430 $$unique; \ 431 fi; \ 432 fi 433ctags: ctags-am 434 435CTAGS: ctags 436ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 437 $(am__define_uniq_tagged_files); \ 438 test -z "$(CTAGS_ARGS)$$unique" \ 439 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 440 $$unique 441 442GTAGS: 443 here=`$(am__cd) $(top_builddir) && pwd` \ 444 && $(am__cd) $(top_srcdir) \ 445 && gtags -i $(GTAGS_ARGS) "$$here" 446cscopelist: cscopelist-am 447 448cscopelist-am: $(am__tagged_files) 449 list='$(am__tagged_files)'; \ 450 case "$(srcdir)" in \ 451 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 452 *) sdir=$(subdir)/$(srcdir) ;; \ 453 esac; \ 454 for i in $$list; do \ 455 if test -f "$$i"; then \ 456 echo "$(subdir)/$$i"; \ 457 else \ 458 echo "$$sdir/$$i"; \ 459 fi; \ 460 done >> $(top_builddir)/cscope.files 461 462distclean-tags: 463 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 464distdir: $(BUILT_SOURCES) 465 $(MAKE) $(AM_MAKEFLAGS) distdir-am 466 467distdir-am: $(DISTFILES) 468 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 469 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 470 list='$(DISTFILES)'; \ 471 dist_files=`for file in $$list; do echo $$file; done | \ 472 sed -e "s|^$$srcdirstrip/||;t" \ 473 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 474 case $$dist_files in \ 475 */*) $(MKDIR_P) `echo "$$dist_files" | \ 476 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 477 sort -u` ;; \ 478 esac; \ 479 for file in $$dist_files; do \ 480 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 481 if test -d $$d/$$file; then \ 482 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 483 if test -d "$(distdir)/$$file"; then \ 484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 485 fi; \ 486 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 487 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 489 fi; \ 490 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 491 else \ 492 test -f "$(distdir)/$$file" \ 493 || cp -p $$d/$$file "$(distdir)/$$file" \ 494 || exit 1; \ 495 fi; \ 496 done 497check-am: all-am 498check: check-am 499all-am: Makefile $(PROGRAMS) 500installdirs: 501install: install-am 502install-exec: install-exec-am 503install-data: install-data-am 504uninstall: uninstall-am 505 506install-am: all-am 507 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 508 509installcheck: installcheck-am 510install-strip: 511 if test -z '$(STRIP)'; then \ 512 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 513 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 514 install; \ 515 else \ 516 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 517 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 518 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 519 fi 520mostlyclean-generic: 521 522clean-generic: 523 524distclean-generic: 525 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 526 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 527 528maintainer-clean-generic: 529 @echo "This command is intended for maintainers to use" 530 @echo "it deletes files that may require special tools to rebuild." 531clean: clean-am 532 533clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 534 mostlyclean-am 535 536distclean: distclean-am 537 -rm -f ./$(DEPDIR)/stormdwg.Po 538 -rm -f Makefile 539distclean-am: clean-am distclean-compile distclean-generic \ 540 distclean-tags 541 542dvi: dvi-am 543 544dvi-am: 545 546html: html-am 547 548html-am: 549 550info: info-am 551 552info-am: 553 554install-data-am: 555 556install-dvi: install-dvi-am 557 558install-dvi-am: 559 560install-exec-am: 561 562install-html: install-html-am 563 564install-html-am: 565 566install-info: install-info-am 567 568install-info-am: 569 570install-man: 571 572install-pdf: install-pdf-am 573 574install-pdf-am: 575 576install-ps: install-ps-am 577 578install-ps-am: 579 580installcheck-am: 581 582maintainer-clean: maintainer-clean-am 583 -rm -f ./$(DEPDIR)/stormdwg.Po 584 -rm -f Makefile 585maintainer-clean-am: distclean-am maintainer-clean-generic 586 587mostlyclean: mostlyclean-am 588 589mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 590 mostlyclean-libtool 591 592pdf: pdf-am 593 594pdf-am: 595 596ps: ps-am 597 598ps-am: 599 600uninstall-am: 601 602.MAKE: install-am install-strip 603 604.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 605 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ 606 ctags ctags-am distclean distclean-compile distclean-generic \ 607 distclean-libtool distclean-tags distdir dvi dvi-am html \ 608 html-am info info-am install install-am install-data \ 609 install-data-am install-dvi install-dvi-am install-exec \ 610 install-exec-am install-html install-html-am install-info \ 611 install-info-am install-man install-pdf install-pdf-am \ 612 install-ps install-ps-am install-strip installcheck \ 613 installcheck-am installdirs maintainer-clean \ 614 maintainer-clean-generic mostlyclean mostlyclean-compile \ 615 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 616 tags tags-am uninstall uninstall-am 617 618.PRECIOUS: Makefile 619 620 621# Tell versions [3.59,3.63) of GNU make to not export all variables. 622# Otherwise a system limit (for SysV at least) may be exceeded. 623.NOEXPORT: 624