1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = src/imlib
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_HEADER = $(top_builddir)/config.h
45CONFIG_CLEAN_FILES =
46CONFIG_CLEAN_VPATH_FILES =
47LIBRARIES = $(noinst_LIBRARIES)
48ARFLAGS = cru
49libimlib_a_AR = $(AR) $(ARFLAGS)
50libimlib_a_LIBADD =
51am_libimlib_a_OBJECTS = filter.$(OBJEXT) image.$(OBJEXT) \
52	transimage.$(OBJEXT) linked.$(OBJEXT) input.$(OBJEXT) \
53	palette.$(OBJEXT) include.$(OBJEXT) fonts.$(OBJEXT) \
54	specs.$(OBJEXT) supmorph.$(OBJEXT) pcxread.$(OBJEXT) \
55	jrand.$(OBJEXT) keys.$(OBJEXT) dprint.$(OBJEXT) \
56	status.$(OBJEXT) pmenu.$(OBJEXT) scroller.$(OBJEXT) \
57	filesel.$(OBJEXT) tools.$(OBJEXT) guistat.$(OBJEXT) \
58	sprite.$(OBJEXT) jwindow.$(OBJEXT) video.$(OBJEXT)
59libimlib_a_OBJECTS = $(am_libimlib_a_OBJECTS)
60DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61depcomp = $(SHELL) $(top_srcdir)/.auto/depcomp
62am__depfiles_maybe = depfiles
63am__mv = mv -f
64CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
66LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
67	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
69CXXLD = $(CXX)
70CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
72	$(LDFLAGS) -o $@
73COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78CCLD = $(CC)
79LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
81	$(LDFLAGS) -o $@
82SOURCES = $(libimlib_a_SOURCES)
83DIST_SOURCES = $(libimlib_a_SOURCES)
84ETAGS = etags
85CTAGS = ctags
86DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87ACLOCAL = @ACLOCAL@
88AMTAR = @AMTAR@
89AR = @AR@
90AUTOCONF = @AUTOCONF@
91AUTOHEADER = @AUTOHEADER@
92AUTOMAKE = @AUTOMAKE@
93AWK = @AWK@
94CC = @CC@
95CCDEPMODE = @CCDEPMODE@
96CFLAGS = @CFLAGS@
97CPP = @CPP@
98CPPFLAGS = @CPPFLAGS@ -DNO_CHECK
99CXX = @CXX@
100CXXCPP = @CXXCPP@
101CXXDEPMODE = @CXXDEPMODE@
102CXXFLAGS = @CXXFLAGS@
103CYGPATH_W = @CYGPATH_W@
104DEFS = @DEFS@
105DEPDIR = @DEPDIR@
106DSYMUTIL = @DSYMUTIL@
107DUMPBIN = @DUMPBIN@
108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111EGREP = @EGREP@
112EXEEXT = @EXEEXT@
113FGREP = @FGREP@
114GREP = @GREP@
115INSTALL = @INSTALL@
116INSTALL_DATA = @INSTALL_DATA@
117INSTALL_PROGRAM = @INSTALL_PROGRAM@
118INSTALL_SCRIPT = @INSTALL_SCRIPT@
119INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
120LD = @LD@
121LDFLAGS = @LDFLAGS@
122LIBOBJS = @LIBOBJS@
123LIBS = @LIBS@
124LIBTOOL = @LIBTOOL@
125LIPO = @LIPO@
126LN_S = @LN_S@
127LTLIBOBJS = @LTLIBOBJS@
128MAKEINFO = @MAKEINFO@
129MKDIR_P = @MKDIR_P@
130NM = @NM@
131NMEDIT = @NMEDIT@
132OBJDUMP = @OBJDUMP@
133OBJEXT = @OBJEXT@
134OTOOL = @OTOOL@
135OTOOL64 = @OTOOL64@
136PACKAGE = @PACKAGE@
137PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138PACKAGE_NAME = @PACKAGE_NAME@
139PACKAGE_STRING = @PACKAGE_STRING@
140PACKAGE_TARNAME = @PACKAGE_TARNAME@
141PACKAGE_URL = @PACKAGE_URL@
142PACKAGE_VERSION = @PACKAGE_VERSION@
143PATH_SEPARATOR = @PATH_SEPARATOR@
144RANLIB = @RANLIB@
145SDL_CFLAGS = @SDL_CFLAGS@
146SDL_CONFIG = @SDL_CONFIG@
147SDL_LIBS = @SDL_LIBS@
148SED = @SED@
149SET_MAKE = @SET_MAKE@
150SHELL = @SHELL@
151STRIP = @STRIP@
152VERSION = @VERSION@
153XMKMF = @XMKMF@
154abs_builddir = @abs_builddir@
155abs_srcdir = @abs_srcdir@
156abs_top_builddir = @abs_top_builddir@
157abs_top_srcdir = @abs_top_srcdir@
158ac_ct_CC = @ac_ct_CC@
159ac_ct_CXX = @ac_ct_CXX@
160ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
161am__include = @am__include@
162am__leading_dot = @am__leading_dot@
163am__quote = @am__quote@
164am__tar = @am__tar@
165am__untar = @am__untar@
166assetdir = @assetdir@
167bindir = @bindir@
168build = @build@
169build_alias = @build_alias@
170build_cpu = @build_cpu@
171build_os = @build_os@
172build_vendor = @build_vendor@
173builddir = @builddir@
174datadir = @datadir@
175datarootdir = @datarootdir@
176docdir = @docdir@
177dvidir = @dvidir@
178exec_prefix = @exec_prefix@
179host = @host@
180host_alias = @host_alias@
181host_cpu = @host_cpu@
182host_os = @host_os@
183host_vendor = @host_vendor@
184htmldir = @htmldir@
185includedir = @includedir@
186infodir = @infodir@
187install_sh = @install_sh@
188libdir = @libdir@
189libexecdir = @libexecdir@
190localedir = @localedir@
191localstatedir = @localstatedir@
192lt_ECHO = @lt_ECHO@
193mandir = @mandir@
194mkdir_p = @mkdir_p@
195oldincludedir = @oldincludedir@
196pdfdir = @pdfdir@
197prefix = @prefix@
198program_transform_name = @program_transform_name@
199psdir = @psdir@
200sbindir = @sbindir@
201sharedstatedir = @sharedstatedir@
202srcdir = @srcdir@
203sysconfdir = @sysconfdir@
204target_alias = @target_alias@
205top_build_prefix = @top_build_prefix@
206top_builddir = @top_builddir@
207top_srcdir = @top_srcdir@
208noinst_LIBRARIES = libimlib.a
209libimlib_a_SOURCES = \
210    filter.cpp filter.h \
211    image.cpp image.h \
212    transimage.cpp transimage.h \
213    linked.cpp linked.h \
214    input.cpp input.h \
215    palette.cpp palette.h \
216    include.cpp include.h \
217    fonts.cpp fonts.h \
218    specs.cpp specs.h \
219    supmorph.cpp supmorph.h \
220    pcxread.cpp pcxread.h \
221    jrand.cpp jrand.h \
222    keys.cpp keys.h \
223    dprint.cpp dprint.h \
224    status.cpp status.h \
225    pmenu.cpp pmenu.h \
226    scroller.cpp scroller.h \
227    filesel.cpp filesel.h \
228    tools.cpp tools.h \
229    guistat.cpp guistat.h \
230    sprite.cpp sprite.h \
231    jwindow.cpp jwindow.h \
232    video.cpp video.h \
233    event.h mouse.h timing.h jdir.h visobj.h \
234    $(NULL)
235
236INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(SDL_CFLAGS)
237all: all-am
238
239.SUFFIXES:
240.SUFFIXES: .cpp .lo .o .obj
241$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
242	@for dep in $?; do \
243	  case '$(am__configure_deps)' in \
244	    *$$dep*) \
245	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
246	        && { if test -f $@; then exit 0; else break; fi; }; \
247	      exit 1;; \
248	  esac; \
249	done; \
250	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/imlib/Makefile'; \
251	$(am__cd) $(top_srcdir) && \
252	  $(AUTOMAKE) --foreign src/imlib/Makefile
253.PRECIOUS: Makefile
254Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255	@case '$?' in \
256	  *config.status*) \
257	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258	  *) \
259	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261	esac;
262
263$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
266$(top_srcdir)/configure:  $(am__configure_deps)
267	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
269	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270$(am__aclocal_m4_deps):
271
272clean-noinstLIBRARIES:
273	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
274libimlib.a: $(libimlib_a_OBJECTS) $(libimlib_a_DEPENDENCIES)
275	-rm -f libimlib.a
276	$(libimlib_a_AR) libimlib.a $(libimlib_a_OBJECTS) $(libimlib_a_LIBADD)
277	$(RANLIB) libimlib.a
278
279mostlyclean-compile:
280	-rm -f *.$(OBJEXT)
281
282distclean-compile:
283	-rm -f *.tab.c
284
285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dprint.Po@am__quote@
286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesel.Po@am__quote@
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fonts.Po@am__quote@
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guistat.Po@am__quote@
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/include.Po@am__quote@
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input.Po@am__quote@
293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jrand.Po@am__quote@
294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jwindow.Po@am__quote@
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keys.Po@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linked.Po@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/palette.Po@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcxread.Po@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pmenu.Po@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scroller.Po@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/specs.Po@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprite.Po@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status.Po@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/supmorph.Po@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transimage.Po@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/video.Po@am__quote@
308
309.cpp.o:
310@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
311@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
312@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
315
316.cpp.obj:
317@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
318@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
319@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
320@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
322
323.cpp.lo:
324@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
325@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
326@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
327@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
329
330mostlyclean-libtool:
331	-rm -f *.lo
332
333clean-libtool:
334	-rm -rf .libs _libs
335
336ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
337	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
338	unique=`for i in $$list; do \
339	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340	  done | \
341	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
342	      END { if (nonempty) { for (i in files) print i; }; }'`; \
343	mkid -fID $$unique
344tags: TAGS
345
346TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347		$(TAGS_FILES) $(LISP)
348	set x; \
349	here=`pwd`; \
350	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351	unique=`for i in $$list; do \
352	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353	  done | \
354	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355	      END { if (nonempty) { for (i in files) print i; }; }'`; \
356	shift; \
357	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
358	  test -n "$$unique" || unique=$$empty_fix; \
359	  if test $$# -gt 0; then \
360	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361	      "$$@" $$unique; \
362	  else \
363	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364	      $$unique; \
365	  fi; \
366	fi
367ctags: CTAGS
368CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369		$(TAGS_FILES) $(LISP)
370	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371	unique=`for i in $$list; do \
372	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373	  done | \
374	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375	      END { if (nonempty) { for (i in files) print i; }; }'`; \
376	test -z "$(CTAGS_ARGS)$$unique" \
377	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
378	     $$unique
379
380GTAGS:
381	here=`$(am__cd) $(top_builddir) && pwd` \
382	  && $(am__cd) $(top_srcdir) \
383	  && gtags -i $(GTAGS_ARGS) "$$here"
384
385distclean-tags:
386	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387
388distdir: $(DISTFILES)
389	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391	list='$(DISTFILES)'; \
392	  dist_files=`for file in $$list; do echo $$file; done | \
393	  sed -e "s|^$$srcdirstrip/||;t" \
394	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
395	case $$dist_files in \
396	  */*) $(MKDIR_P) `echo "$$dist_files" | \
397			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
398			   sort -u` ;; \
399	esac; \
400	for file in $$dist_files; do \
401	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402	  if test -d $$d/$$file; then \
403	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404	    if test -d "$(distdir)/$$file"; then \
405	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406	    fi; \
407	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
409	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410	    fi; \
411	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
412	  else \
413	    test -f "$(distdir)/$$file" \
414	    || cp -p $$d/$$file "$(distdir)/$$file" \
415	    || exit 1; \
416	  fi; \
417	done
418check-am: all-am
419check: check-am
420all-am: Makefile $(LIBRARIES)
421installdirs:
422install: install-am
423install-exec: install-exec-am
424install-data: install-data-am
425uninstall: uninstall-am
426
427install-am: all-am
428	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429
430installcheck: installcheck-am
431install-strip:
432	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434	  `test -z '$(STRIP)' || \
435	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
436mostlyclean-generic:
437
438clean-generic:
439
440distclean-generic:
441	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
443
444maintainer-clean-generic:
445	@echo "This command is intended for maintainers to use"
446	@echo "it deletes files that may require special tools to rebuild."
447clean: clean-am
448
449clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
450	mostlyclean-am
451
452distclean: distclean-am
453	-rm -rf ./$(DEPDIR)
454	-rm -f Makefile
455distclean-am: clean-am distclean-compile distclean-generic \
456	distclean-tags
457
458dvi: dvi-am
459
460dvi-am:
461
462html: html-am
463
464html-am:
465
466info: info-am
467
468info-am:
469
470install-data-am:
471
472install-dvi: install-dvi-am
473
474install-dvi-am:
475
476install-exec-am:
477
478install-html: install-html-am
479
480install-html-am:
481
482install-info: install-info-am
483
484install-info-am:
485
486install-man:
487
488install-pdf: install-pdf-am
489
490install-pdf-am:
491
492install-ps: install-ps-am
493
494install-ps-am:
495
496installcheck-am:
497
498maintainer-clean: maintainer-clean-am
499	-rm -rf ./$(DEPDIR)
500	-rm -f Makefile
501maintainer-clean-am: distclean-am maintainer-clean-generic
502
503mostlyclean: mostlyclean-am
504
505mostlyclean-am: mostlyclean-compile mostlyclean-generic \
506	mostlyclean-libtool
507
508pdf: pdf-am
509
510pdf-am:
511
512ps: ps-am
513
514ps-am:
515
516uninstall-am:
517
518.MAKE: install-am install-strip
519
520.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
521	clean-libtool clean-noinstLIBRARIES ctags distclean \
522	distclean-compile distclean-generic distclean-libtool \
523	distclean-tags distdir dvi dvi-am html html-am info info-am \
524	install install-am install-data install-data-am install-dvi \
525	install-dvi-am install-exec install-exec-am install-html \
526	install-html-am install-info install-info-am install-man \
527	install-pdf install-pdf-am install-ps install-ps-am \
528	install-strip installcheck installcheck-am installdirs \
529	maintainer-clean maintainer-clean-generic mostlyclean \
530	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
531	pdf pdf-am ps ps-am tags uninstall uninstall-am
532
533
534# Tell versions [3.59,3.63) of GNU make to not export all variables.
535# Otherwise a system limit (for SysV at least) may be exceeded.
536.NOEXPORT:
537