1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16############################################################################
17
18SHELL = @SHELL@
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23prefix = @prefix@
24exec_prefix = @exec_prefix@
25
26bindir = @bindir@
27sbindir = @sbindir@
28libexecdir = @libexecdir@
29datadir = @datadir@
30sysconfdir = @sysconfdir@
31sharedstatedir = @sharedstatedir@
32localstatedir = @localstatedir@
33libdir = @libdir@
34infodir = @infodir@
35mandir = @mandir@
36includedir = @includedir@
37oldincludedir = /usr/include
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = @program_transform_name@
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60AMTAR = @AMTAR@
61AWK = @AWK@
62DEPDIR = @DEPDIR@
63EXEEXT = @EXEEXT@
64GUI = @GUI@
65Gui = @Gui@
66INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
67MAC_FRAMEWORK_NAME = @MAC_FRAMEWORK_NAME@
68MAC_FRAMEWORK_PREFIX = @MAC_FRAMEWORK_PREFIX@
69MAC_FRAMEWORK_VERSION = @MAC_FRAMEWORK_VERSION@
70MAINT = @MAINT@
71OBJEXT = @OBJEXT@
72PACKAGE = @PACKAGE@
73VERSION = @VERSION@
74am__include = @am__include@
75am__quote = @am__quote@
76gui = @gui@
77install_sh = @install_sh@
78
79BUILT_SOURCES = iv2h.sh
80
81EXTRA_DIST = \
82	data2iv.sh \
83	iv2h.sh.in \
84	material-node.sh
85
86
87DISTCLEANFILES = $(BUILT_SOURCES)
88subdir = bin
89mkinstalldirs = $(SHELL) $(top_srcdir)/cfg/mkinstalldirs
90CONFIG_HEADER = $(top_builddir)/config.h
91CONFIG_CLEAN_FILES =
92DIST_SOURCES =
93DIST_COMMON = Makefile.am Makefile.in
94all: $(BUILT_SOURCES)
95	$(MAKE) $(AM_MAKEFLAGS) all-am
96
97.SUFFIXES:
98$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
99	cd $(top_srcdir) && \
100	  $(AUTOMAKE) --gnu  bin/Makefile
101Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
102	cd $(top_builddir) && \
103	  CONFIG_HEADERS= CONFIG_LINKS= \
104	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
105uninstall-info-am:
106tags: TAGS
107TAGS:
108
109
110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111
112top_distdir = ..
113distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
114
115distdir: $(DISTFILES)
116	@for file in $(DISTFILES); do \
117	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
118	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
119	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
120	    $(mkinstalldirs) "$(distdir)/$$dir"; \
121	  fi; \
122	  if test -d $$d/$$file; then \
123	    cp -pR $$d/$$file $(distdir) \
124	    || exit 1; \
125	  else \
126	    test -f $(distdir)/$$file \
127	    || cp -p $$d/$$file $(distdir)/$$file \
128	    || exit 1; \
129	  fi; \
130	done
131check-am: all-am
132check: check-am
133all-am: Makefile all-local
134
135installdirs:
136
137install: install-am
138install-exec: install-exec-am
139install-data: install-data-am
140uninstall: uninstall-am
141
142install-am: all-am
143	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
144
145installcheck: installcheck-am
146install-strip:
147	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
148	  `test -z '$(STRIP)' || \
149	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
150mostlyclean-generic:
151
152clean-generic:
153
154distclean-generic:
155	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
156	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
157
158maintainer-clean-generic:
159	@echo "This command is intended for maintainers to use"
160	@echo "it deletes files that may require special tools to rebuild."
161	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
162clean: clean-am
163
164clean-am: clean-generic mostlyclean-am
165
166distclean: distclean-am
167
168distclean-am: clean-am distclean-generic
169
170dvi: dvi-am
171
172dvi-am:
173
174info: info-am
175
176info-am:
177
178install-data-am:
179
180install-exec-am:
181
182install-info: install-info-am
183
184install-man:
185
186installcheck-am:
187
188maintainer-clean: maintainer-clean-am
189
190maintainer-clean-am: distclean-am maintainer-clean-generic
191
192mostlyclean: mostlyclean-am
193
194mostlyclean-am: mostlyclean-generic
195
196uninstall-am: uninstall-info-am
197
198.PHONY: all all-am all-local check check-am clean clean-generic \
199	distclean distclean-generic distdir dvi dvi-am info info-am \
200	install install-am install-data install-data-am install-exec \
201	install-exec-am install-info install-info-am install-man \
202	install-strip installcheck installcheck-am installdirs \
203	maintainer-clean maintainer-clean-generic mostlyclean \
204	mostlyclean-generic uninstall uninstall-am uninstall-info-am
205
206
207all-local: iv2h.sh
208
209############################################################################
210
211iv2h.sh: $(top_srcdir)/bin/iv2h.sh.in
212	@( cd $(top_builddir); $(MAKE) built-sources )
213
214############################################################################
215# Tell versions [3.59,3.63) of GNU make to not export all variables.
216# Otherwise a system limit (for SysV at least) may be exceeded.
217.NOEXPORT:
218