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