1# Makefile.in generated by automake 1.7.8 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 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# Copyright (C) 2002 Roberto De Leo <deleo@unica.it>
18#
19# This file is free software; as a special exception the author gives
20# unlimited permission to copy and/or distribute it, with or without
21# modifications, as long as this notice is preserved.
22#
23# This program is distributed in the hope that it will be useful, but
24# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
25# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
26
27srcdir = @srcdir@
28top_srcdir = @top_srcdir@
29VPATH = @srcdir@
30pkgdatadir = $(datadir)/@PACKAGE@
31pkglibdir = $(libdir)/@PACKAGE@
32pkgincludedir = $(includedir)/@PACKAGE@
33top_builddir = ..
34
35am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
36INSTALL = @INSTALL@
37install_sh_DATA = $(install_sh) -c -m 644
38install_sh_PROGRAM = $(install_sh) -c
39install_sh_SCRIPT = $(install_sh) -c
40INSTALL_HEADER = $(INSTALL_DATA)
41transform = $(program_transform_name)
42NORMAL_INSTALL = :
43PRE_INSTALL = :
44POST_INSTALL = :
45NORMAL_UNINSTALL = :
46PRE_UNINSTALL = :
47POST_UNINSTALL = :
48build_triplet = @build@
49host_triplet = @host@
50target_triplet = @target@
51ACLOCAL = @ACLOCAL@
52AMTAR = @AMTAR@
53AUTOCONF = @AUTOCONF@
54AUTOHEADER = @AUTOHEADER@
55AUTOMAKE = @AUTOMAKE@
56AWK = @AWK@
57CYGPATH_W = @CYGPATH_W@
58DEFS = @DEFS@
59ECHO_C = @ECHO_C@
60ECHO_N = @ECHO_N@
61ECHO_T = @ECHO_T@
62INSTALL_DATA = @INSTALL_DATA@
63INSTALL_PROGRAM = @INSTALL_PROGRAM@
64INSTALL_SCRIPT = @INSTALL_SCRIPT@
65INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
66LIBOBJS = @LIBOBJS@
67LIBS = @LIBS@
68LTLIBOBJS = @LTLIBOBJS@
69MAKEINFO = @MAKEINFO@
70MOVIX_MAJOR_VERSION = @MOVIX_MAJOR_VERSION@
71MOVIX_MICRO_VERSION = @MOVIX_MICRO_VERSION@
72MOVIX_MINOR_VERSION = @MOVIX_MINOR_VERSION@
73MOVIX_VERSION = @MOVIX_VERSION@
74MOVIX_VERSION_INFO = @MOVIX_VERSION_INFO@
75MOVIX_VERSION_NUMBER = @MOVIX_VERSION_NUMBER@
76PACKAGE = @PACKAGE@
77PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78PACKAGE_NAME = @PACKAGE_NAME@
79PACKAGE_STRING = @PACKAGE_STRING@
80PACKAGE_TARNAME = @PACKAGE_TARNAME@
81PACKAGE_VERSION = @PACKAGE_VERSION@
82PATH_SEPARATOR = @PATH_SEPARATOR@
83PERL = @PERL@
84SET_MAKE = @SET_MAKE@
85SHELL = @SHELL@
86STRIP = @STRIP@
87USE_CDRECORD_FALSE = @USE_CDRECORD_FALSE@
88USE_CDRECORD_TRUE = @USE_CDRECORD_TRUE@
89USE_MKISOFS_FALSE = @USE_MKISOFS_FALSE@
90USE_MKISOFS_TRUE = @USE_MKISOFS_TRUE@
91VERSION = @VERSION@
92ac_ct_STRIP = @ac_ct_STRIP@
93am__leading_dot = @am__leading_dot@
94bindir = @bindir@
95build = @build@
96build_alias = @build_alias@
97build_cpu = @build_cpu@
98build_os = @build_os@
99build_vendor = @build_vendor@
100datadir = @datadir@
101exec_prefix = @exec_prefix@
102have_cdrecord = @have_cdrecord@
103have_mkisofs = @have_mkisofs@
104host = @host@
105host_alias = @host_alias@
106host_cpu = @host_cpu@
107host_os = @host_os@
108host_vendor = @host_vendor@
109includedir = @includedir@
110infodir = @infodir@
111install_sh = @install_sh@
112libdir = @libdir@
113libexecdir = @libexecdir@
114localstatedir = @localstatedir@
115mandir = @mandir@
116oldincludedir = @oldincludedir@
117prefix = @prefix@
118program_transform_name = @program_transform_name@
119sbindir = @sbindir@
120sharedstatedir = @sharedstatedir@
121sysconfdir = @sysconfdir@
122target = @target@
123target_alias = @target_alias@
124target_cpu = @target_cpu@
125target_os = @target_os@
126target_vendor = @target_vendor@
127
128SUBDIRS = isolinux movix
129subdir = src
130ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
131mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132CONFIG_CLEAN_FILES =
133DIST_SOURCES =
134
135RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
136	ps-recursive install-info-recursive uninstall-info-recursive \
137	all-recursive install-data-recursive install-exec-recursive \
138	installdirs-recursive install-recursive uninstall-recursive \
139	check-recursive installcheck-recursive
140DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
141DIST_SUBDIRS = $(SUBDIRS)
142all: all-recursive
143
144.SUFFIXES:
145$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
146	cd $(top_srcdir) && \
147	  $(AUTOMAKE) --gnu  src/Makefile
148Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
149	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
150uninstall-info-am:
151
152# This directory's subdirectories are mostly independent; you can cd
153# into them and run `make' without going through this Makefile.
154# To change the values of `make' variables: instead of editing Makefiles,
155# (1) if the variable is set in `config.status', edit `config.status'
156#     (which will cause the Makefiles to be regenerated when you run `make');
157# (2) otherwise, pass the desired values on the `make' command line.
158$(RECURSIVE_TARGETS):
159	@set fnord $$MAKEFLAGS; amf=$$2; \
160	dot_seen=no; \
161	target=`echo $@ | sed s/-recursive//`; \
162	list='$(SUBDIRS)'; for subdir in $$list; do \
163	  echo "Making $$target in $$subdir"; \
164	  if test "$$subdir" = "."; then \
165	    dot_seen=yes; \
166	    local_target="$$target-am"; \
167	  else \
168	    local_target="$$target"; \
169	  fi; \
170	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
171	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
172	done; \
173	if test "$$dot_seen" = "no"; then \
174	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
175	fi; test -z "$$fail"
176
177mostlyclean-recursive clean-recursive distclean-recursive \
178maintainer-clean-recursive:
179	@set fnord $$MAKEFLAGS; amf=$$2; \
180	dot_seen=no; \
181	case "$@" in \
182	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
183	  *) list='$(SUBDIRS)' ;; \
184	esac; \
185	rev=''; for subdir in $$list; do \
186	  if test "$$subdir" = "."; then :; else \
187	    rev="$$subdir $$rev"; \
188	  fi; \
189	done; \
190	rev="$$rev ."; \
191	target=`echo $@ | sed s/-recursive//`; \
192	for subdir in $$rev; do \
193	  echo "Making $$target in $$subdir"; \
194	  if test "$$subdir" = "."; then \
195	    local_target="$$target-am"; \
196	  else \
197	    local_target="$$target"; \
198	  fi; \
199	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
200	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
201	done && test -z "$$fail"
202tags-recursive:
203	list='$(SUBDIRS)'; for subdir in $$list; do \
204	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
205	done
206ctags-recursive:
207	list='$(SUBDIRS)'; for subdir in $$list; do \
208	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
209	done
210
211ETAGS = etags
212ETAGSFLAGS =
213
214CTAGS = ctags
215CTAGSFLAGS =
216
217tags: TAGS
218
219ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
220	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
221	unique=`for i in $$list; do \
222	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223	  done | \
224	  $(AWK) '    { files[$$0] = 1; } \
225	       END { for (i in files) print i; }'`; \
226	mkid -fID $$unique
227
228TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
229		$(TAGS_FILES) $(LISP)
230	tags=; \
231	here=`pwd`; \
232	if (etags --etags-include --version) >/dev/null 2>&1; then \
233	  include_option=--etags-include; \
234	else \
235	  include_option=--include; \
236	fi; \
237	list='$(SUBDIRS)'; for subdir in $$list; do \
238	  if test "$$subdir" = .; then :; else \
239	    test -f $$subdir/TAGS && \
240	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
241	  fi; \
242	done; \
243	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
244	unique=`for i in $$list; do \
245	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
246	  done | \
247	  $(AWK) '    { files[$$0] = 1; } \
248	       END { for (i in files) print i; }'`; \
249	test -z "$(ETAGS_ARGS)$$tags$$unique" \
250	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
251	     $$tags $$unique
252
253ctags: CTAGS
254CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
255		$(TAGS_FILES) $(LISP)
256	tags=; \
257	here=`pwd`; \
258	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
259	unique=`for i in $$list; do \
260	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261	  done | \
262	  $(AWK) '    { files[$$0] = 1; } \
263	       END { for (i in files) print i; }'`; \
264	test -z "$(CTAGS_ARGS)$$tags$$unique" \
265	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
266	     $$tags $$unique
267
268GTAGS:
269	here=`$(am__cd) $(top_builddir) && pwd` \
270	  && cd $(top_srcdir) \
271	  && gtags -i $(GTAGS_ARGS) $$here
272
273distclean-tags:
274	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
275DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
276
277top_distdir = ..
278distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
279
280distdir: $(DISTFILES)
281	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
282	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
283	list='$(DISTFILES)'; for file in $$list; do \
284	  case $$file in \
285	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
286	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
287	  esac; \
288	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
289	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
290	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
291	    dir="/$$dir"; \
292	    $(mkinstalldirs) "$(distdir)$$dir"; \
293	  else \
294	    dir=''; \
295	  fi; \
296	  if test -d $$d/$$file; then \
297	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
298	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
299	    fi; \
300	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
301	  else \
302	    test -f $(distdir)/$$file \
303	    || cp -p $$d/$$file $(distdir)/$$file \
304	    || exit 1; \
305	  fi; \
306	done
307	list='$(SUBDIRS)'; for subdir in $$list; do \
308	  if test "$$subdir" = .; then :; else \
309	    test -d $(distdir)/$$subdir \
310	    || mkdir $(distdir)/$$subdir \
311	    || exit 1; \
312	    (cd $$subdir && \
313	      $(MAKE) $(AM_MAKEFLAGS) \
314	        top_distdir="$(top_distdir)" \
315	        distdir=../$(distdir)/$$subdir \
316	        distdir) \
317	      || exit 1; \
318	  fi; \
319	done
320check-am: all-am
321check: check-recursive
322all-am: Makefile
323installdirs: installdirs-recursive
324installdirs-am:
325
326install: install-recursive
327install-exec: install-exec-recursive
328install-data: install-data-recursive
329uninstall: uninstall-recursive
330
331install-am: all-am
332	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
333
334installcheck: installcheck-recursive
335install-strip:
336	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
337	  INSTALL_STRIP_FLAG=-s \
338	  `test -z '$(STRIP)' || \
339	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
340mostlyclean-generic:
341
342clean-generic:
343
344distclean-generic:
345	-rm -f $(CONFIG_CLEAN_FILES)
346
347maintainer-clean-generic:
348	@echo "This command is intended for maintainers to use"
349	@echo "it deletes files that may require special tools to rebuild."
350clean: clean-recursive
351
352clean-am: clean-generic mostlyclean-am
353
354distclean: distclean-recursive
355	-rm -f Makefile
356distclean-am: clean-am distclean-generic distclean-tags
357
358dvi: dvi-recursive
359
360dvi-am:
361
362info: info-recursive
363
364info-am:
365
366install-data-am:
367
368install-exec-am:
369
370install-info: install-info-recursive
371
372install-man:
373
374installcheck-am:
375
376maintainer-clean: maintainer-clean-recursive
377	-rm -f Makefile
378maintainer-clean-am: distclean-am maintainer-clean-generic
379
380mostlyclean: mostlyclean-recursive
381
382mostlyclean-am: mostlyclean-generic
383
384pdf: pdf-recursive
385
386pdf-am:
387
388ps: ps-recursive
389
390ps-am:
391
392uninstall-am: uninstall-info-am
393
394uninstall-info: uninstall-info-recursive
395
396.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
397	clean-generic clean-recursive ctags ctags-recursive distclean \
398	distclean-generic distclean-recursive distclean-tags distdir \
399	dvi dvi-am dvi-recursive info info-am info-recursive install \
400	install-am install-data install-data-am install-data-recursive \
401	install-exec install-exec-am install-exec-recursive \
402	install-info install-info-am install-info-recursive install-man \
403	install-recursive install-strip installcheck installcheck-am \
404	installdirs installdirs-am installdirs-recursive \
405	maintainer-clean maintainer-clean-generic \
406	maintainer-clean-recursive mostlyclean mostlyclean-generic \
407	mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
408	ps-recursive tags tags-recursive uninstall uninstall-am \
409	uninstall-info-am uninstall-info-recursive uninstall-recursive
410
411# Tell versions [3.59,3.63) of GNU make to not export all variables.
412# Otherwise a system limit (for SysV at least) may be exceeded.
413.NOEXPORT:
414