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