Makefile.in revision fe5e51b7
1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# $XFree86: $ 18 19VPATH = @srcdir@ 20pkgdatadir = $(datadir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@ 22pkgincludedir = $(includedir)/@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@ 37noinst_PROGRAMS = stormdwg$(EXEEXT) 38subdir = util 39DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in 40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 41am__aclocal_m4_deps = $(top_srcdir)/configure.ac 42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 43 $(ACLOCAL_M4) 44mkinstalldirs = $(install_sh) -d 45CONFIG_HEADER = $(top_builddir)/config.h 46CONFIG_CLEAN_FILES = 47PROGRAMS = $(noinst_PROGRAMS) 48am_stormdwg_OBJECTS = stormdwg.$(OBJEXT) 49stormdwg_OBJECTS = $(am_stormdwg_OBJECTS) 50stormdwg_LDADD = $(LDADD) 51DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ 52depcomp = $(SHELL) $(top_srcdir)/depcomp 53am__depfiles_maybe = depfiles 54COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 55 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 56LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 57 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 58 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 59CCLD = $(CC) 60LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 61 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 62 $(LDFLAGS) -o $@ 63SOURCES = $(stormdwg_SOURCES) 64DIST_SOURCES = $(stormdwg_SOURCES) 65ETAGS = etags 66CTAGS = ctags 67DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 68ACLOCAL = @ACLOCAL@ 69ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 70ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 71AMTAR = @AMTAR@ 72APP_MAN_DIR = @APP_MAN_DIR@ 73APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 74AR = @AR@ 75AUTOCONF = @AUTOCONF@ 76AUTOHEADER = @AUTOHEADER@ 77AUTOMAKE = @AUTOMAKE@ 78AWK = @AWK@ 79CC = @CC@ 80CCDEPMODE = @CCDEPMODE@ 81CFLAGS = @CFLAGS@ 82CPP = @CPP@ 83CPPFLAGS = @CPPFLAGS@ 84CXX = @CXX@ 85CXXCPP = @CXXCPP@ 86CXXDEPMODE = @CXXDEPMODE@ 87CXXFLAGS = @CXXFLAGS@ 88CYGPATH_W = @CYGPATH_W@ 89DEFS = @DEFS@ 90DEPDIR = @DEPDIR@ 91DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 92DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 93DRIVER_NAME = @DRIVER_NAME@ 94DRI_CFLAGS = @DRI_CFLAGS@ 95DRI_LIBS = @DRI_LIBS@ 96ECHO = @ECHO@ 97ECHO_C = @ECHO_C@ 98ECHO_N = @ECHO_N@ 99ECHO_T = @ECHO_T@ 100EGREP = @EGREP@ 101EXEEXT = @EXEEXT@ 102F77 = @F77@ 103FFLAGS = @FFLAGS@ 104FILE_MAN_DIR = @FILE_MAN_DIR@ 105FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 106GREP = @GREP@ 107INSTALL = @INSTALL@ 108INSTALL_DATA = @INSTALL_DATA@ 109INSTALL_PROGRAM = @INSTALL_PROGRAM@ 110INSTALL_SCRIPT = @INSTALL_SCRIPT@ 111INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 112LDFLAGS = @LDFLAGS@ 113LIBOBJS = @LIBOBJS@ 114LIBS = @LIBS@ 115LIBTOOL = @LIBTOOL@ 116LIB_MAN_DIR = @LIB_MAN_DIR@ 117LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 118LN_S = @LN_S@ 119LTLIBOBJS = @LTLIBOBJS@ 120MAINT = @MAINT@ 121MAKEINFO = @MAKEINFO@ 122MISC_MAN_DIR = @MISC_MAN_DIR@ 123MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 124MKDIR_P = @MKDIR_P@ 125OBJEXT = @OBJEXT@ 126PACKAGE = @PACKAGE@ 127PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 128PACKAGE_NAME = @PACKAGE_NAME@ 129PACKAGE_STRING = @PACKAGE_STRING@ 130PACKAGE_TARNAME = @PACKAGE_TARNAME@ 131PACKAGE_VERSION = @PACKAGE_VERSION@ 132PATH_SEPARATOR = @PATH_SEPARATOR@ 133PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 134PCIACCESS_LIBS = @PCIACCESS_LIBS@ 135PKG_CONFIG = @PKG_CONFIG@ 136RANLIB = @RANLIB@ 137SED = @SED@ 138SET_MAKE = @SET_MAKE@ 139SHELL = @SHELL@ 140STRIP = @STRIP@ 141VERSION = @VERSION@ 142XORG_CFLAGS = @XORG_CFLAGS@ 143XORG_LIBS = @XORG_LIBS@ 144abs_builddir = @abs_builddir@ 145abs_srcdir = @abs_srcdir@ 146abs_top_builddir = @abs_top_builddir@ 147abs_top_srcdir = @abs_top_srcdir@ 148ac_ct_CC = @ac_ct_CC@ 149ac_ct_CXX = @ac_ct_CXX@ 150ac_ct_F77 = @ac_ct_F77@ 151am__include = @am__include@ 152am__leading_dot = @am__leading_dot@ 153am__quote = @am__quote@ 154am__tar = @am__tar@ 155am__untar = @am__untar@ 156bindir = @bindir@ 157build = @build@ 158build_alias = @build_alias@ 159build_cpu = @build_cpu@ 160build_os = @build_os@ 161build_vendor = @build_vendor@ 162builddir = @builddir@ 163datadir = @datadir@ 164datarootdir = @datarootdir@ 165docdir = @docdir@ 166dvidir = @dvidir@ 167exec_prefix = @exec_prefix@ 168host = @host@ 169host_alias = @host_alias@ 170host_cpu = @host_cpu@ 171host_os = @host_os@ 172host_vendor = @host_vendor@ 173htmldir = @htmldir@ 174includedir = @includedir@ 175infodir = @infodir@ 176install_sh = @install_sh@ 177libdir = @libdir@ 178libexecdir = @libexecdir@ 179localedir = @localedir@ 180localstatedir = @localstatedir@ 181mandir = @mandir@ 182mkdir_p = @mkdir_p@ 183moduledir = @moduledir@ 184oldincludedir = @oldincludedir@ 185pdfdir = @pdfdir@ 186prefix = @prefix@ 187program_transform_name = @program_transform_name@ 188psdir = @psdir@ 189sbindir = @sbindir@ 190sharedstatedir = @sharedstatedir@ 191srcdir = @srcdir@ 192sysconfdir = @sysconfdir@ 193target_alias = @target_alias@ 194top_builddir = @top_builddir@ 195top_srcdir = @top_srcdir@ 196stormdwg_SOURCES = stormdwg.c 197EXTRA_DIST = README 198all: all-am 199 200.SUFFIXES: 201.SUFFIXES: .c .lo .o .obj 202$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 203 @for dep in $?; do \ 204 case '$(am__configure_deps)' in \ 205 *$$dep*) \ 206 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 207 && exit 0; \ 208 exit 1;; \ 209 esac; \ 210 done; \ 211 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu util/Makefile'; \ 212 cd $(top_srcdir) && \ 213 $(AUTOMAKE) --gnu util/Makefile 214.PRECIOUS: Makefile 215Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 216 @case '$?' in \ 217 *config.status*) \ 218 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 219 *) \ 220 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 221 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 222 esac; 223 224$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 226 227$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 229$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 231 232clean-noinstPROGRAMS: 233 @list='$(noinst_PROGRAMS)'; for p in $$list; do \ 234 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 235 echo " rm -f $$p $$f"; \ 236 rm -f $$p $$f ; \ 237 done 238stormdwg$(EXEEXT): $(stormdwg_OBJECTS) $(stormdwg_DEPENDENCIES) 239 @rm -f stormdwg$(EXEEXT) 240 $(LINK) $(stormdwg_OBJECTS) $(stormdwg_LDADD) $(LIBS) 241 242mostlyclean-compile: 243 -rm -f *.$(OBJEXT) 244 245distclean-compile: 246 -rm -f *.tab.c 247 248@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stormdwg.Po@am__quote@ 249 250.c.o: 251@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 252@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 253@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 254@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 255@am__fastdepCC_FALSE@ $(COMPILE) -c $< 256 257.c.obj: 258@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 259@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 260@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 261@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 262@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 263 264.c.lo: 265@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 266@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 267@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 268@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 269@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 270 271mostlyclean-libtool: 272 -rm -f *.lo 273 274clean-libtool: 275 -rm -rf .libs _libs 276 277ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 278 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 279 unique=`for i in $$list; do \ 280 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 281 done | \ 282 $(AWK) ' { files[$$0] = 1; } \ 283 END { for (i in files) print i; }'`; \ 284 mkid -fID $$unique 285tags: TAGS 286 287TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 288 $(TAGS_FILES) $(LISP) 289 tags=; \ 290 here=`pwd`; \ 291 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 292 unique=`for i in $$list; do \ 293 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 294 done | \ 295 $(AWK) ' { files[$$0] = 1; } \ 296 END { for (i in files) print i; }'`; \ 297 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 298 test -n "$$unique" || unique=$$empty_fix; \ 299 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 300 $$tags $$unique; \ 301 fi 302ctags: CTAGS 303CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 304 $(TAGS_FILES) $(LISP) 305 tags=; \ 306 here=`pwd`; \ 307 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 308 unique=`for i in $$list; do \ 309 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 310 done | \ 311 $(AWK) ' { files[$$0] = 1; } \ 312 END { for (i in files) print i; }'`; \ 313 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 314 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 315 $$tags $$unique 316 317GTAGS: 318 here=`$(am__cd) $(top_builddir) && pwd` \ 319 && cd $(top_srcdir) \ 320 && gtags -i $(GTAGS_ARGS) $$here 321 322distclean-tags: 323 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 324 325distdir: $(DISTFILES) 326 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 327 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 328 list='$(DISTFILES)'; \ 329 dist_files=`for file in $$list; do echo $$file; done | \ 330 sed -e "s|^$$srcdirstrip/||;t" \ 331 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 332 case $$dist_files in \ 333 */*) $(MKDIR_P) `echo "$$dist_files" | \ 334 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 335 sort -u` ;; \ 336 esac; \ 337 for file in $$dist_files; do \ 338 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 339 if test -d $$d/$$file; then \ 340 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 341 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 342 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 343 fi; \ 344 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 345 else \ 346 test -f $(distdir)/$$file \ 347 || cp -p $$d/$$file $(distdir)/$$file \ 348 || exit 1; \ 349 fi; \ 350 done 351check-am: all-am 352check: check-am 353all-am: Makefile $(PROGRAMS) 354installdirs: 355install: install-am 356install-exec: install-exec-am 357install-data: install-data-am 358uninstall: uninstall-am 359 360install-am: all-am 361 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 362 363installcheck: installcheck-am 364install-strip: 365 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 366 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 367 `test -z '$(STRIP)' || \ 368 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 369mostlyclean-generic: 370 371clean-generic: 372 373distclean-generic: 374 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 375 376maintainer-clean-generic: 377 @echo "This command is intended for maintainers to use" 378 @echo "it deletes files that may require special tools to rebuild." 379clean: clean-am 380 381clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 382 mostlyclean-am 383 384distclean: distclean-am 385 -rm -rf ./$(DEPDIR) 386 -rm -f Makefile 387distclean-am: clean-am distclean-compile distclean-generic \ 388 distclean-tags 389 390dvi: dvi-am 391 392dvi-am: 393 394html: html-am 395 396info: info-am 397 398info-am: 399 400install-data-am: 401 402install-dvi: install-dvi-am 403 404install-exec-am: 405 406install-html: install-html-am 407 408install-info: install-info-am 409 410install-man: 411 412install-pdf: install-pdf-am 413 414install-ps: install-ps-am 415 416installcheck-am: 417 418maintainer-clean: maintainer-clean-am 419 -rm -rf ./$(DEPDIR) 420 -rm -f Makefile 421maintainer-clean-am: distclean-am maintainer-clean-generic 422 423mostlyclean: mostlyclean-am 424 425mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 426 mostlyclean-libtool 427 428pdf: pdf-am 429 430pdf-am: 431 432ps: ps-am 433 434ps-am: 435 436uninstall-am: 437 438.MAKE: install-am install-strip 439 440.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 441 clean-libtool clean-noinstPROGRAMS ctags distclean \ 442 distclean-compile distclean-generic distclean-libtool \ 443 distclean-tags distdir dvi dvi-am html html-am info info-am \ 444 install install-am install-data install-data-am install-dvi \ 445 install-dvi-am install-exec install-exec-am install-html \ 446 install-html-am install-info install-info-am install-man \ 447 install-pdf install-pdf-am install-ps install-ps-am \ 448 install-strip installcheck installcheck-am installdirs \ 449 maintainer-clean maintainer-clean-generic mostlyclean \ 450 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 451 pdf pdf-am ps ps-am tags uninstall uninstall-am 452 453# Tell versions [3.59,3.63) of GNU make to not export all variables. 454# Otherwise a system limit (for SysV at least) may be exceeded. 455.NOEXPORT: 456