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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = lib3ds
37DIST_COMMON = $(lib3ds_HEADERS) $(srcdir)/Makefile.am \
38	$(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.in
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = $(top_builddir)/config.h
45CONFIG_CLEAN_FILES =
46am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47am__vpath_adj = case $$p in \
48    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49    *) f=$$p;; \
50  esac;
51am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(lib3dsdir)"
53libLTLIBRARIES_INSTALL = $(INSTALL)
54LTLIBRARIES = $(lib_LTLIBRARIES)
55lib3ds_la_DEPENDENCIES =
56am_lib3ds_la_OBJECTS = io.lo vector.lo matrix.lo quat.lo tcb.lo \
57	ease.lo chunk.lo file.lo background.lo atmosphere.lo shadow.lo \
58	viewport.lo material.lo mesh.lo camera.lo light.lo tracks.lo \
59	node.lo
60lib3ds_la_OBJECTS = $(am_lib3ds_la_OBJECTS)
61lib3ds_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
62	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
63	$(lib3ds_la_LDFLAGS) $(LDFLAGS) -o $@
64DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
65depcomp = $(SHELL) $(top_srcdir)/depcomp
66am__depfiles_maybe = depfiles
67COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72CCLD = $(CC)
73LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
75	$(LDFLAGS) -o $@
76SOURCES = $(lib3ds_la_SOURCES)
77DIST_SOURCES = $(lib3ds_la_SOURCES)
78lib3dsHEADERS_INSTALL = $(INSTALL_HEADER)
79HEADERS = $(lib3ds_HEADERS)
80ETAGS = etags
81CTAGS = ctags
82DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83ACLOCAL = @ACLOCAL@
84AMTAR = @AMTAR@
85AR = @AR@
86AUTOCONF = @AUTOCONF@
87AUTOHEADER = @AUTOHEADER@
88AUTOMAKE = @AUTOMAKE@
89AWK = @AWK@
90CC = @CC@
91CCDEPMODE = @CCDEPMODE@
92CFLAGS = @CFLAGS@
93CPP = @CPP@
94CPPFLAGS = @CPPFLAGS@
95CXX = @CXX@
96CXXCPP = @CXXCPP@
97CXXDEPMODE = @CXXDEPMODE@
98CXXFLAGS = @CXXFLAGS@
99CYGPATH_W = @CYGPATH_W@
100DEFS = @DEFS@
101DEPDIR = @DEPDIR@
102ECHO = @ECHO@
103ECHO_C = @ECHO_C@
104ECHO_N = @ECHO_N@
105ECHO_T = @ECHO_T@
106EGREP = @EGREP@
107EXEEXT = @EXEEXT@
108F77 = @F77@
109FFLAGS = @FFLAGS@
110GREP = @GREP@
111INSTALL = @INSTALL@
112INSTALL_DATA = @INSTALL_DATA@
113INSTALL_PROGRAM = @INSTALL_PROGRAM@
114INSTALL_SCRIPT = @INSTALL_SCRIPT@
115INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116LDFLAGS = @LDFLAGS@
117LIB3DS_MAJOR_VERSION = @LIB3DS_MAJOR_VERSION@
118LIB3DS_MICRO_VERSION = @LIB3DS_MICRO_VERSION@
119LIB3DS_MINOR_VERSION = @LIB3DS_MINOR_VERSION@
120LIB3DS_VERSION = @LIB3DS_VERSION@
121LIBOBJS = @LIBOBJS@
122LIBS = @LIBS@
123LIBTOOL = @LIBTOOL@
124LN_S = @LN_S@
125LTLIBOBJS = @LTLIBOBJS@
126MAKEINFO = @MAKEINFO@
127MKDIR_P = @MKDIR_P@
128OBJEXT = @OBJEXT@
129PACKAGE = @PACKAGE@
130PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
131PACKAGE_NAME = @PACKAGE_NAME@
132PACKAGE_STRING = @PACKAGE_STRING@
133PACKAGE_TARNAME = @PACKAGE_TARNAME@
134PACKAGE_VERSION = @PACKAGE_VERSION@
135PATH_SEPARATOR = @PATH_SEPARATOR@
136RANLIB = @RANLIB@
137SED = @SED@
138SET_MAKE = @SET_MAKE@
139SHELL = @SHELL@
140STRIP = @STRIP@
141VERSION = @VERSION@
142abs_builddir = @abs_builddir@
143abs_srcdir = @abs_srcdir@
144abs_top_builddir = @abs_top_builddir@
145abs_top_srcdir = @abs_top_srcdir@
146ac_ct_CC = @ac_ct_CC@
147ac_ct_CXX = @ac_ct_CXX@
148ac_ct_F77 = @ac_ct_F77@
149am__include = @am__include@
150am__leading_dot = @am__leading_dot@
151am__quote = @am__quote@
152am__tar = @am__tar@
153am__untar = @am__untar@
154bindir = @bindir@
155build = @build@
156build_alias = @build_alias@
157build_cpu = @build_cpu@
158build_os = @build_os@
159build_vendor = @build_vendor@
160builddir = @builddir@
161datadir = @datadir@
162datarootdir = @datarootdir@
163docdir = @docdir@
164dvidir = @dvidir@
165exec_prefix = @exec_prefix@
166host = @host@
167host_alias = @host_alias@
168host_cpu = @host_cpu@
169host_os = @host_os@
170host_vendor = @host_vendor@
171htmldir = @htmldir@
172includedir = @includedir@
173infodir = @infodir@
174install_sh = @install_sh@
175libdir = @libdir@
176libexecdir = @libexecdir@
177localedir = @localedir@
178localstatedir = @localstatedir@
179mandir = @mandir@
180mkdir_p = @mkdir_p@
181oldincludedir = @oldincludedir@
182pdfdir = @pdfdir@
183prefix = @prefix@
184program_transform_name = @program_transform_name@
185psdir = @psdir@
186sbindir = @sbindir@
187sharedstatedir = @sharedstatedir@
188srcdir = @srcdir@
189sysconfdir = @sysconfdir@
190target_alias = @target_alias@
191top_builddir = @top_builddir@
192top_srcdir = @top_srcdir@
193lib3dsdir = $(includedir)/lib3ds
194INCLUDES = -I$(top_srcdir)
195lib_LTLIBRARIES = lib3ds.la
196lib3ds_la_LDFLAGS = \
197  -version-info $(LIB3DS_MINOR_VERSION):$(LIB3DS_MICRO_VERSION):0 \
198  -release $(LIB3DS_MAJOR_VERSION)
199
200lib3ds_la_LIBADD = -lm
201lib3ds_la_SOURCES = \
202  io.c \
203  vector.c \
204  matrix.c \
205  quat.c \
206  tcb.c \
207  ease.c \
208  chunktable.h \
209  chunk.c \
210  file.c \
211  background.c \
212  atmosphere.c \
213  shadow.c \
214  viewport.c \
215  material.c \
216  mesh.c \
217  camera.c \
218  light.c \
219  tracks.c \
220  node.c
221
222lib3ds_HEADERS = \
223  types.h \
224  io.h \
225  vector.h \
226  matrix.h \
227  quat.h \
228  tcb.h \
229  ease.h \
230  chunk.h \
231  file.h \
232  background.h \
233  atmosphere.h \
234  shadow.h \
235  viewport.h \
236  material.h \
237  mesh.h \
238  camera.h \
239  light.h \
240  tracks.h \
241  node.h
242
243EXTRA_DIST = \
244  types.txt \
245  chunktable.sed
246
247all: all-am
248
249.SUFFIXES:
250.SUFFIXES: .c .lo .o .obj
251$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
252	@for dep in $?; do \
253	  case '$(am__configure_deps)' in \
254	    *$$dep*) \
255	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
256		&& exit 0; \
257	      exit 1;; \
258	  esac; \
259	done; \
260	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib3ds/Makefile'; \
261	cd $(top_srcdir) && \
262	  $(AUTOMAKE) --gnu  lib3ds/Makefile
263.PRECIOUS: Makefile
264Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265	@case '$?' in \
266	  *config.status*) \
267	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
268	  *) \
269	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
270	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
271	esac;
272
273$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
274	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
276$(top_srcdir)/configure:  $(am__configure_deps)
277	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
279	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280install-libLTLIBRARIES: $(lib_LTLIBRARIES)
281	@$(NORMAL_INSTALL)
282	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
283	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284	  if test -f $$p; then \
285	    f=$(am__strip_dir) \
286	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
287	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
288	  else :; fi; \
289	done
290
291uninstall-libLTLIBRARIES:
292	@$(NORMAL_UNINSTALL)
293	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
294	  p=$(am__strip_dir) \
295	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
296	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
297	done
298
299clean-libLTLIBRARIES:
300	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
301	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
302	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
303	  test "$$dir" != "$$p" || dir=.; \
304	  echo "rm -f \"$${dir}/so_locations\""; \
305	  rm -f "$${dir}/so_locations"; \
306	done
307lib3ds.la: $(lib3ds_la_OBJECTS) $(lib3ds_la_DEPENDENCIES)
308	$(lib3ds_la_LINK) -rpath $(libdir) $(lib3ds_la_OBJECTS) $(lib3ds_la_LIBADD) $(LIBS)
309
310mostlyclean-compile:
311	-rm -f *.$(OBJEXT)
312
313distclean-compile:
314	-rm -f *.tab.c
315
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atmosphere.Plo@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/background.Plo@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Plo@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chunk.Plo@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ease.Plo@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/light.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Plo@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Plo@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mesh.Plo@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/node.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quat.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shadow.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcb.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracks.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Plo@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/viewport.Plo@am__quote@
334
335.c.o:
336@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
337@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
338@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
339@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340@am__fastdepCC_FALSE@	$(COMPILE) -c $<
341
342.c.obj:
343@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
344@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
345@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
348
349.c.lo:
350@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
351@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
352@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
353@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
355
356mostlyclean-libtool:
357	-rm -f *.lo
358
359clean-libtool:
360	-rm -rf .libs _libs
361install-lib3dsHEADERS: $(lib3ds_HEADERS)
362	@$(NORMAL_INSTALL)
363	test -z "$(lib3dsdir)" || $(MKDIR_P) "$(DESTDIR)$(lib3dsdir)"
364	@list='$(lib3ds_HEADERS)'; for p in $$list; do \
365	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
366	  f=$(am__strip_dir) \
367	  echo " $(lib3dsHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(lib3dsdir)/$$f'"; \
368	  $(lib3dsHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(lib3dsdir)/$$f"; \
369	done
370
371uninstall-lib3dsHEADERS:
372	@$(NORMAL_UNINSTALL)
373	@list='$(lib3ds_HEADERS)'; for p in $$list; do \
374	  f=$(am__strip_dir) \
375	  echo " rm -f '$(DESTDIR)$(lib3dsdir)/$$f'"; \
376	  rm -f "$(DESTDIR)$(lib3dsdir)/$$f"; \
377	done
378
379ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
380	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381	unique=`for i in $$list; do \
382	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383	  done | \
384	  $(AWK) '    { files[$$0] = 1; } \
385	       END { for (i in files) print i; }'`; \
386	mkid -fID $$unique
387tags: TAGS
388
389TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390		$(TAGS_FILES) $(LISP)
391	tags=; \
392	here=`pwd`; \
393	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
394	unique=`for i in $$list; do \
395	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396	  done | \
397	  $(AWK) '    { files[$$0] = 1; } \
398	       END { for (i in files) print i; }'`; \
399	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
400	  test -n "$$unique" || unique=$$empty_fix; \
401	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402	    $$tags $$unique; \
403	fi
404ctags: CTAGS
405CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406		$(TAGS_FILES) $(LISP)
407	tags=; \
408	here=`pwd`; \
409	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
410	unique=`for i in $$list; do \
411	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412	  done | \
413	  $(AWK) '    { files[$$0] = 1; } \
414	       END { for (i in files) print i; }'`; \
415	test -z "$(CTAGS_ARGS)$$tags$$unique" \
416	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
417	     $$tags $$unique
418
419GTAGS:
420	here=`$(am__cd) $(top_builddir) && pwd` \
421	  && cd $(top_srcdir) \
422	  && gtags -i $(GTAGS_ARGS) $$here
423
424distclean-tags:
425	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
427distdir: $(DISTFILES)
428	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430	list='$(DISTFILES)'; \
431	  dist_files=`for file in $$list; do echo $$file; done | \
432	  sed -e "s|^$$srcdirstrip/||;t" \
433	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
434	case $$dist_files in \
435	  */*) $(MKDIR_P) `echo "$$dist_files" | \
436			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
437			   sort -u` ;; \
438	esac; \
439	for file in $$dist_files; do \
440	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441	  if test -d $$d/$$file; then \
442	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
443	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
444	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
445	    fi; \
446	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
447	  else \
448	    test -f $(distdir)/$$file \
449	    || cp -p $$d/$$file $(distdir)/$$file \
450	    || exit 1; \
451	  fi; \
452	done
453check-am: all-am
454check: check-am
455all-am: Makefile $(LTLIBRARIES) $(HEADERS)
456installdirs:
457	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(lib3dsdir)"; do \
458	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
459	done
460install: install-am
461install-exec: install-exec-am
462install-data: install-data-am
463uninstall: uninstall-am
464
465install-am: all-am
466	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
467
468installcheck: installcheck-am
469install-strip:
470	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
471	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
472	  `test -z '$(STRIP)' || \
473	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
474mostlyclean-generic:
475
476clean-generic:
477
478distclean-generic:
479	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
480
481maintainer-clean-generic:
482	@echo "This command is intended for maintainers to use"
483	@echo "it deletes files that may require special tools to rebuild."
484clean: clean-am
485
486clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
487	mostlyclean-am
488
489distclean: distclean-am
490	-rm -rf ./$(DEPDIR)
491	-rm -f Makefile
492distclean-am: clean-am distclean-compile distclean-generic \
493	distclean-tags
494
495dvi: dvi-am
496
497dvi-am:
498
499html: html-am
500
501info: info-am
502
503info-am:
504
505install-data-am: install-lib3dsHEADERS
506
507install-dvi: install-dvi-am
508
509install-exec-am: install-libLTLIBRARIES
510
511install-html: install-html-am
512
513install-info: install-info-am
514
515install-man:
516
517install-pdf: install-pdf-am
518
519install-ps: install-ps-am
520
521installcheck-am:
522
523maintainer-clean: maintainer-clean-am
524	-rm -rf ./$(DEPDIR)
525	-rm -f Makefile
526maintainer-clean-am: distclean-am maintainer-clean-generic
527
528mostlyclean: mostlyclean-am
529
530mostlyclean-am: mostlyclean-compile mostlyclean-generic \
531	mostlyclean-libtool
532
533pdf: pdf-am
534
535pdf-am:
536
537ps: ps-am
538
539ps-am:
540
541uninstall-am: uninstall-lib3dsHEADERS uninstall-libLTLIBRARIES
542
543.MAKE: install-am install-strip
544
545.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
546	clean-libLTLIBRARIES clean-libtool ctags distclean \
547	distclean-compile distclean-generic distclean-libtool \
548	distclean-tags distdir dvi dvi-am html html-am info info-am \
549	install install-am install-data install-data-am install-dvi \
550	install-dvi-am install-exec install-exec-am install-html \
551	install-html-am install-info install-info-am \
552	install-lib3dsHEADERS install-libLTLIBRARIES install-man \
553	install-pdf install-pdf-am install-ps install-ps-am \
554	install-strip installcheck installcheck-am installdirs \
555	maintainer-clean maintainer-clean-generic mostlyclean \
556	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
557	pdf pdf-am ps ps-am tags uninstall uninstall-am \
558	uninstall-lib3dsHEADERS uninstall-libLTLIBRARIES
559
560 #
561 # The 3D Studio File Format Library
562 # Copyright (C) 1996-2007 by Jan Eric Kyprianidis <www.kyprianidis.com>
563 # All rights reserved.
564 #
565 # This program is  free  software;  you can redistribute it and/or modify it
566 # under the terms of the  GNU Lesser General Public License  as published by
567 # the  Free Software Foundation;  either version 2.1 of the License,  or (at
568 # your option) any later version.
569 #
570 # This  program  is  distributed in  the  hope that it will  be useful,  but
571 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
572 # or  FITNESS FOR A  PARTICULAR PURPOSE.  See the  GNU Lesser General Public
573 # License for more details.
574 #
575 # You should  have received  a copy of the GNU Lesser General Public License
576 # along with  this program;  if not, write to the  Free Software Foundation,
577 # Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
578 #
579 # $Id: Makefile.am,v 1.15 2007/06/15 09:53:20 jeh Exp $
580 #
581
582chunktable.h: chunk.h chunktable.sed
583	sed -f chunktable.sed chunk.h >chunktable.h
584
585chunk.c: chunktable.h
586# Tell versions [3.59,3.63) of GNU make to not export all variables.
587# Otherwise a system limit (for SysV at least) may be exceeded.
588.NOEXPORT:
589