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
79@MAC_FRAMEWORK_TRUE@materialdir = $(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Resources/materials/neon
80@MAC_FRAMEWORK_FALSE@materialdir = $(datadir)/Coin/materials/neon
81
82dist_material_DATA = \
83	neon.0 neon.1 neon.2 neon.3 neon.4 \
84	neon.5 neon.6 neon.7 neon.8 neon.9 \
85	neon.10 neon.11 neon.12 neon.13 neon.14 \
86	neon.15 neon.16 neon.17 neon.18 neon.19 \
87	neon.20 neon.21 neon.22 neon.23 neon.24 \
88	neon.25 neon.26 neon.27 neon.28 neon.29 \
89	neon.30 neon.31 neon.32 neon.33 neon.34
90
91
92BUILT_SOURCES = \
93	neon.h \
94	neon_0.h neon_1.h neon_2.h neon_3.h neon_4.h \
95	neon_5.h neon_6.h neon_7.h neon_8.h neon_9.h \
96	neon_10.h neon_11.h neon_12.h neon_13.h neon_14.h \
97	neon_15.h neon_16.h neon_17.h neon_18.h neon_19.h \
98	neon_20.h neon_21.h neon_22.h neon_23.h neon_24.h \
99	neon_25.h neon_26.h neon_27.h neon_28.h neon_29.h \
100	neon_30.h neon_31.h neon_32.h neon_33.h neon_34.h
101
102
103noinst_DATA = $(BUILT_SOURCES)
104
105DISTCLEANFILES = $(BUILT_SOURCES)
106subdir = materials/neon
107mkinstalldirs = $(SHELL) $(top_srcdir)/cfg/mkinstalldirs
108CONFIG_HEADER = $(top_builddir)/config.h
109CONFIG_CLEAN_FILES =
110DIST_SOURCES =
111DATA = $(dist_material_DATA) $(noinst_DATA)
112
113DIST_COMMON = $(dist_material_DATA) Makefile.am Makefile.in
114all: $(BUILT_SOURCES)
115	$(MAKE) $(AM_MAKEFLAGS) all-am
116
117.SUFFIXES:
118$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
119	cd $(top_srcdir) && \
120	  $(AUTOMAKE) --gnu  materials/neon/Makefile
121Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
122	cd $(top_builddir) && \
123	  CONFIG_HEADERS= CONFIG_LINKS= \
124	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
125uninstall-info-am:
126
127uninstall-dist_materialDATA:
128	@$(NORMAL_UNINSTALL)
129	@list='$(dist_material_DATA)'; for p in $$list; do \
130	  f="`echo $$p | sed -e 's|^.*/||'`"; \
131	  echo " rm -f $(DESTDIR)$(materialdir)/$$f"; \
132	  rm -f $(DESTDIR)$(materialdir)/$$f; \
133	done
134tags: TAGS
135TAGS:
136
137
138DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
139
140top_distdir = ../..
141distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
142
143distdir: $(DISTFILES)
144	@for file in $(DISTFILES); do \
145	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
146	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
147	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
148	    $(mkinstalldirs) "$(distdir)/$$dir"; \
149	  fi; \
150	  if test -d $$d/$$file; then \
151	    cp -pR $$d/$$file $(distdir) \
152	    || exit 1; \
153	  else \
154	    test -f $(distdir)/$$file \
155	    || cp -p $$d/$$file $(distdir)/$$file \
156	    || exit 1; \
157	  fi; \
158	done
159check-am: all-am
160check: check-am
161all-am: Makefile $(DATA)
162
163installdirs:
164	$(mkinstalldirs) $(DESTDIR)$(materialdir)
165
166install: install-am
167install-exec: install-exec-am
168install-data: install-data-am
169uninstall: uninstall-am
170
171install-am: all-am
172	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
173
174installcheck: installcheck-am
175install-strip:
176	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
177	  `test -z '$(STRIP)' || \
178	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
179mostlyclean-generic:
180
181clean-generic:
182
183distclean-generic:
184	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
185	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
186
187maintainer-clean-generic:
188	@echo "This command is intended for maintainers to use"
189	@echo "it deletes files that may require special tools to rebuild."
190	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
191clean: clean-am
192
193clean-am: clean-generic mostlyclean-am
194
195distclean: distclean-am
196
197distclean-am: clean-am distclean-generic
198
199dvi: dvi-am
200
201dvi-am:
202
203info: info-am
204
205info-am:
206
207install-data-am: install-dist_materialDATA
208
209install-exec-am:
210
211install-info: install-info-am
212
213install-man:
214
215installcheck-am:
216
217maintainer-clean: maintainer-clean-am
218
219maintainer-clean-am: distclean-am maintainer-clean-generic
220
221mostlyclean: mostlyclean-am
222
223mostlyclean-am: mostlyclean-generic
224
225uninstall-am: uninstall-dist_materialDATA uninstall-info-am
226
227.PHONY: all all-am check check-am clean clean-generic distclean \
228	distclean-generic distdir dvi dvi-am info info-am install \
229	install-am install-data install-data-am \
230	install-dist_materialDATA install-exec install-exec-am \
231	install-info install-info-am install-man install-strip \
232	installcheck installcheck-am installdirs maintainer-clean \
233	maintainer-clean-generic mostlyclean mostlyclean-generic \
234	uninstall uninstall-am uninstall-dist_materialDATA \
235	uninstall-info-am
236
237
238############################################################################
239
240neon.h: $(srcdir)/neon.h.in
241	@( cd $(top_builddir); $(MAKE) built-sources )
242
243neon_0.h: $(srcdir)/neon.0 $(top_builddir)/bin/iv2h.sh
244	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.0 > $@
245
246neon_1.h: $(srcdir)/neon.1 $(top_builddir)/bin/iv2h.sh
247	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.1 > $@
248
249neon_2.h: $(srcdir)/neon.2 $(top_builddir)/bin/iv2h.sh
250	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.2 > $@
251
252neon_3.h: $(srcdir)/neon.3 $(top_builddir)/bin/iv2h.sh
253	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.3 > $@
254
255neon_4.h: $(srcdir)/neon.4 $(top_builddir)/bin/iv2h.sh
256	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.4 > $@
257
258neon_5.h: $(srcdir)/neon.5 $(top_builddir)/bin/iv2h.sh
259	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.5 > $@
260
261neon_6.h: $(srcdir)/neon.6 $(top_builddir)/bin/iv2h.sh
262	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.6 > $@
263
264neon_7.h: $(srcdir)/neon.7 $(top_builddir)/bin/iv2h.sh
265	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.7 > $@
266
267neon_8.h: $(srcdir)/neon.8 $(top_builddir)/bin/iv2h.sh
268	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.8 > $@
269
270neon_9.h: $(srcdir)/neon.9 $(top_builddir)/bin/iv2h.sh
271	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.9 > $@
272
273neon_10.h: $(srcdir)/neon.10 $(top_builddir)/bin/iv2h.sh
274	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.10 > $@
275
276neon_11.h: $(srcdir)/neon.11 $(top_builddir)/bin/iv2h.sh
277	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.11 > $@
278
279neon_12.h: $(srcdir)/neon.12 $(top_builddir)/bin/iv2h.sh
280	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.12 > $@
281
282neon_13.h: $(srcdir)/neon.13 $(top_builddir)/bin/iv2h.sh
283	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.13 > $@
284
285neon_14.h: $(srcdir)/neon.14 $(top_builddir)/bin/iv2h.sh
286	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.14 > $@
287
288neon_15.h: $(srcdir)/neon.15 $(top_builddir)/bin/iv2h.sh
289	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.15 > $@
290
291neon_16.h: $(srcdir)/neon.16 $(top_builddir)/bin/iv2h.sh
292	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.16 > $@
293
294neon_17.h: $(srcdir)/neon.17 $(top_builddir)/bin/iv2h.sh
295	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.17 > $@
296
297neon_18.h: $(srcdir)/neon.18 $(top_builddir)/bin/iv2h.sh
298	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.18 > $@
299
300neon_19.h: $(srcdir)/neon.19 $(top_builddir)/bin/iv2h.sh
301	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.19 > $@
302
303neon_20.h: $(srcdir)/neon.20 $(top_builddir)/bin/iv2h.sh
304	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.20 > $@
305
306neon_21.h: $(srcdir)/neon.21 $(top_builddir)/bin/iv2h.sh
307	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.21 > $@
308
309neon_22.h: $(srcdir)/neon.22 $(top_builddir)/bin/iv2h.sh
310	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.22 > $@
311
312neon_23.h: $(srcdir)/neon.23 $(top_builddir)/bin/iv2h.sh
313	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.23 > $@
314
315neon_24.h: $(srcdir)/neon.24 $(top_builddir)/bin/iv2h.sh
316	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.24 > $@
317
318neon_25.h: $(srcdir)/neon.25 $(top_builddir)/bin/iv2h.sh
319	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.25 > $@
320
321neon_26.h: $(srcdir)/neon.26 $(top_builddir)/bin/iv2h.sh
322	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.26 > $@
323
324neon_27.h: $(srcdir)/neon.27 $(top_builddir)/bin/iv2h.sh
325	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.27 > $@
326
327neon_28.h: $(srcdir)/neon.28 $(top_builddir)/bin/iv2h.sh
328	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.28 > $@
329
330neon_29.h: $(srcdir)/neon.29 $(top_builddir)/bin/iv2h.sh
331	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.29 > $@
332
333neon_30.h: $(srcdir)/neon.30 $(top_builddir)/bin/iv2h.sh
334	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.30 > $@
335
336neon_31.h: $(srcdir)/neon.31 $(top_builddir)/bin/iv2h.sh
337	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.31 > $@
338
339neon_32.h: $(srcdir)/neon.32 $(top_builddir)/bin/iv2h.sh
340	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.32 > $@
341
342neon_33.h: $(srcdir)/neon.33 $(top_builddir)/bin/iv2h.sh
343	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.33 > $@
344
345neon_34.h: $(srcdir)/neon.34 $(top_builddir)/bin/iv2h.sh
346	$(top_builddir)/bin/iv2h.sh $(srcdir)/neon.34 > $@
347
348############################################################################
349
350install-dist_materialDATA: $(dist_material_DATA)
351	@$(NORMAL_INSTALL)
352	$(mkinstalldirs) $(DESTDIR)$(materialdir)
353	@list='$(dist_material_DATA)'; for p in $$list; do \
354	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
355	  f="`echo $$p | sed -e 's|^.*/||'`"; \
356	  if cmp -s $$d$$p $(DESTDIR)$(materialdir)/$$f; then :; else \
357	    echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(materialdir)/$$f"; \
358	    $(INSTALL_DATA) $$d$$p $(DESTDIR)$(materialdir)/$$f; \
359	  fi; \
360	done
361# Tell versions [3.59,3.63) of GNU make to not export all variables.
362# Otherwise a system limit (for SysV at least) may be exceeded.
363.NOEXPORT:
364