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