comparison ext/guichan-0.8.1/src/allegro/Makefile.in @ 0:4a0efb7baf70

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