started to fix the manuals for EBuf. Implemented a
[neuro.git] / src / Makefile.in
blob1166365b7d9cb5d140526075cc1e7f1643fa8d43
1 # Makefile.in generated by automake 1.9.4 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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.
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.
15 @SET_MAKE@
17 #!/bin/bash
19 SOURCES = $(libneuro_la_SOURCES)
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 top_builddir = ..
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 INSTALL = @INSTALL@
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 build_triplet = @build@
42 host_triplet = @host@
43 subdir = src
44 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_CLEAN_FILES =
51 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52 am__vpath_adj = case $$p in \
53 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54 *) f=$$p;; \
55 esac;
56 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
57 am__installdirs = "$(DESTDIR)$(libdir)"
58 libLTLIBRARIES_INSTALL = $(INSTALL)
59 LTLIBRARIES = $(lib_LTLIBRARIES)
60 am__DEPENDENCIES_1 = memory/libmemory.la misc/libmisc.la \
61 extlib/libextlib.la video/libvideo.la events/libevents.la
62 libneuro_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
63 am__objects_1 = debug.lo neuro_main.lo
64 am_libneuro_la_OBJECTS = $(am__objects_1)
65 libneuro_la_OBJECTS = $(am_libneuro_la_OBJECTS)
66 DEFAULT_INCLUDES = -I. -I$(srcdir)
67 depcomp = $(SHELL) $(top_srcdir)/depcomp
68 am__depfiles_maybe = depfiles
69 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
72 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73 $(AM_CFLAGS) $(CFLAGS)
74 CCLD = $(CC)
75 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76 $(AM_LDFLAGS) $(LDFLAGS) -o $@
77 SOURCES = $(libneuro_la_SOURCES)
78 DIST_SOURCES = $(libneuro_la_SOURCES)
79 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80 html-recursive info-recursive install-data-recursive \
81 install-exec-recursive install-info-recursive \
82 install-recursive installcheck-recursive installdirs-recursive \
83 pdf-recursive ps-recursive uninstall-info-recursive \
84 uninstall-recursive
85 ETAGS = etags
86 CTAGS = ctags
87 DIST_SUBDIRS = $(SUBDIRS)
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 ACLOCAL = @ACLOCAL@
90 AMDEP_FALSE = @AMDEP_FALSE@
91 AMDEP_TRUE = @AMDEP_TRUE@
92 AMTAR = @AMTAR@
93 AR = @AR@
94 AS = @AS@
95 AUTOCONF = @AUTOCONF@
96 AUTOHEADER = @AUTOHEADER@
97 AUTOMAKE = @AUTOMAKE@
98 AWK = @AWK@
99 CC = @CC@
100 CCDEPMODE = @CCDEPMODE@
101 CFLAGS = @CFLAGS@
102 CPP = @CPP@
103 CPPFLAGS = @CPPFLAGS@
104 CXX = @CXX@
105 CXXCPP = @CXXCPP@
106 CXXDEPMODE = @CXXDEPMODE@
107 CXXFLAGS = @CXXFLAGS@
108 CYGPATH_W = @CYGPATH_W@
109 DEFS = @DEFS@
110 DEPDIR = @DEPDIR@
111 DLLTOOL = @DLLTOOL@
112 ECHO = @ECHO@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 EGREP = @EGREP@
117 EXEEXT = @EXEEXT@
118 F77 = @F77@
119 FFLAGS = @FFLAGS@
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_REVISION = @LT_REVISION@
133 MAKEINFO = @MAKEINFO@
134 NEUROFLAGS = @NEUROFLAGS@
135 NEUROLIBFLAGS = @NEUROLIBFLAGS@
136 NEURO_BINARY_AGE = @NEURO_BINARY_AGE@
137 NEURO_INTERFACE_AGE = @NEURO_INTERFACE_AGE@
138 NEURO_MAJOR_VERSION = @NEURO_MAJOR_VERSION@
139 NEURO_MICRO_VERSION = @NEURO_MICRO_VERSION@
140 NEURO_MINOR_VERSION = @NEURO_MINOR_VERSION@
141 NEURO_VERSION = @NEURO_VERSION@
142 NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
143 NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
144 OBJDUMP = @OBJDUMP@
145 OBJEXT = @OBJEXT@
146 PACKAGE = @PACKAGE@
147 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148 PACKAGE_NAME = @PACKAGE_NAME@
149 PACKAGE_STRING = @PACKAGE_STRING@
150 PACKAGE_TARNAME = @PACKAGE_TARNAME@
151 PACKAGE_VERSION = @PACKAGE_VERSION@
152 PATH_SEPARATOR = @PATH_SEPARATOR@
153 RANLIB = @RANLIB@
154 SET_MAKE = @SET_MAKE@
155 SHELL = @SHELL@
156 STRIP = @STRIP@
157 USE_SDL_FALSE = @USE_SDL_FALSE@
158 USE_SDL_TRUE = @USE_SDL_TRUE@
159 USE_X11_FALSE = @USE_X11_FALSE@
160 USE_X11_TRUE = @USE_X11_TRUE@
161 VERSION = @VERSION@
162 X_CFLAGS = @X_CFLAGS@
163 X_EXTRA_LIBS = @X_EXTRA_LIBS@
164 X_LIBS = @X_LIBS@
165 X_PRE_LIBS = @X_PRE_LIBS@
166 ac_ct_AR = @ac_ct_AR@
167 ac_ct_AS = @ac_ct_AS@
168 ac_ct_CC = @ac_ct_CC@
169 ac_ct_CXX = @ac_ct_CXX@
170 ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
171 ac_ct_F77 = @ac_ct_F77@
172 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
173 ac_ct_RANLIB = @ac_ct_RANLIB@
174 ac_ct_STRIP = @ac_ct_STRIP@
175 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
176 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
177 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
178 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
179 am__include = @am__include@
180 am__leading_dot = @am__leading_dot@
181 am__quote = @am__quote@
182 am__tar = @am__tar@
183 am__untar = @am__untar@
184 bindir = @bindir@
185 build = @build@
186 build_alias = @build_alias@
187 build_cpu = @build_cpu@
188 build_os = @build_os@
189 build_vendor = @build_vendor@
190 datadir = @datadir@
191 exec_prefix = @exec_prefix@
192 host = @host@
193 host_alias = @host_alias@
194 host_cpu = @host_cpu@
195 host_os = @host_os@
196 host_vendor = @host_vendor@
197 includedir = @includedir@
198 infodir = @infodir@
199 install_sh = @install_sh@
200 libdir = @libdir@
201 libexecdir = @libexecdir@
202 localstatedir = @localstatedir@
203 mandir = @mandir@
204 mkdir_p = @mkdir_p@
205 oldincludedir = @oldincludedir@
206 prefix = @prefix@
207 program_transform_name = @program_transform_name@
208 sbindir = @sbindir@
209 sharedstatedir = @sharedstatedir@
210 sysconfdir = @sysconfdir@
211 target_alias = @target_alias@
212 SUBDIRS = \
213 memory \
214 misc \
215 extlib \
216 video \
217 events
220 # script
221 # sound
222 # gui
223 lib_LTLIBRARIES = libneuro.la
224 lib_sources = \
225 debug.c \
226 neuro_main.c
228 libneuro_la_SOURCES = $(lib_sources)
229 AM_CFLAGS = @NEUROFLAGS@
230 #AM_CFLAGS= @SDLFLAGS@
231 LIB_FLAGS = @NEUROLIBFLAGS@ -version-info \
232 $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
234 # -release $(LT_RELEASE)
235 libneuro_la_LDFLAGS = $(LIB_FLAGS)
236 SUBLIBLIST = \
237 memory/libmemory.la \
238 misc/libmisc.la \
239 extlib/libextlib.la \
240 video/libvideo.la \
241 events/libevents.la
244 # script/libscript.la
245 # sound/libsound.la
246 # gui/libgui.la
247 libneuro_la_LIBADD = $(SUBLIBLIST)
248 all: all-recursive
250 .SUFFIXES:
251 .SUFFIXES: .c .lo .o .obj
252 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
253 @for dep in $?; do \
254 case '$(am__configure_deps)' in \
255 *$$dep*) \
256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
257 && exit 0; \
258 exit 1;; \
259 esac; \
260 done; \
261 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
262 cd $(top_srcdir) && \
263 $(AUTOMAKE) --gnu src/Makefile
264 .PRECIOUS: Makefile
265 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266 @case '$?' in \
267 *config.status*) \
268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269 *) \
270 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
271 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
272 esac;
274 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277 $(top_srcdir)/configure: $(am__configure_deps)
278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
282 @$(NORMAL_INSTALL)
283 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
284 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
285 if test -f $$p; then \
286 f=$(am__strip_dir) \
287 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
288 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
289 else :; fi; \
290 done
292 uninstall-libLTLIBRARIES:
293 @$(NORMAL_UNINSTALL)
294 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
295 p=$(am__strip_dir) \
296 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
297 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
298 done
300 clean-libLTLIBRARIES:
301 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
302 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
303 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
304 test "$$dir" != "$$p" || dir=.; \
305 echo "rm -f \"$${dir}/so_locations\""; \
306 rm -f "$${dir}/so_locations"; \
307 done
308 libneuro.la: $(libneuro_la_OBJECTS) $(libneuro_la_DEPENDENCIES)
309 $(LINK) -rpath $(libdir) $(libneuro_la_LDFLAGS) $(libneuro_la_OBJECTS) $(libneuro_la_LIBADD) $(LIBS)
311 mostlyclean-compile:
312 -rm -f *.$(OBJEXT)
314 distclean-compile:
315 -rm -f *.tab.c
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/neuro_main.Plo@am__quote@
320 .c.o:
321 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
322 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
327 .c.obj:
328 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
329 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
334 .c.lo:
335 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
336 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
341 mostlyclean-libtool:
342 -rm -f *.lo
344 clean-libtool:
345 -rm -rf .libs _libs
347 distclean-libtool:
348 -rm -f libtool
349 uninstall-info-am:
351 # This directory's subdirectories are mostly independent; you can cd
352 # into them and run `make' without going through this Makefile.
353 # To change the values of `make' variables: instead of editing Makefiles,
354 # (1) if the variable is set in `config.status', edit `config.status'
355 # (which will cause the Makefiles to be regenerated when you run `make');
356 # (2) otherwise, pass the desired values on the `make' command line.
357 $(RECURSIVE_TARGETS):
358 @set fnord $$MAKEFLAGS; amf=$$2; \
359 dot_seen=no; \
360 target=`echo $@ | sed s/-recursive//`; \
361 list='$(SUBDIRS)'; for subdir in $$list; do \
362 echo "Making $$target in $$subdir"; \
363 if test "$$subdir" = "."; then \
364 dot_seen=yes; \
365 local_target="$$target-am"; \
366 else \
367 local_target="$$target"; \
368 fi; \
369 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
371 done; \
372 if test "$$dot_seen" = "no"; then \
373 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374 fi; test -z "$$fail"
376 mostlyclean-recursive clean-recursive distclean-recursive \
377 maintainer-clean-recursive:
378 @set fnord $$MAKEFLAGS; amf=$$2; \
379 dot_seen=no; \
380 case "$@" in \
381 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
382 *) list='$(SUBDIRS)' ;; \
383 esac; \
384 rev=''; for subdir in $$list; do \
385 if test "$$subdir" = "."; then :; else \
386 rev="$$subdir $$rev"; \
387 fi; \
388 done; \
389 rev="$$rev ."; \
390 target=`echo $@ | sed s/-recursive//`; \
391 for subdir in $$rev; do \
392 echo "Making $$target in $$subdir"; \
393 if test "$$subdir" = "."; then \
394 local_target="$$target-am"; \
395 else \
396 local_target="$$target"; \
397 fi; \
398 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
400 done && test -z "$$fail"
401 tags-recursive:
402 list='$(SUBDIRS)'; for subdir in $$list; do \
403 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404 done
405 ctags-recursive:
406 list='$(SUBDIRS)'; for subdir in $$list; do \
407 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408 done
410 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
411 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412 unique=`for i in $$list; do \
413 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414 done | \
415 $(AWK) ' { files[$$0] = 1; } \
416 END { for (i in files) print i; }'`; \
417 mkid -fID $$unique
418 tags: TAGS
420 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
421 $(TAGS_FILES) $(LISP)
422 tags=; \
423 here=`pwd`; \
424 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425 include_option=--etags-include; \
426 empty_fix=.; \
427 else \
428 include_option=--include; \
429 empty_fix=; \
430 fi; \
431 list='$(SUBDIRS)'; for subdir in $$list; do \
432 if test "$$subdir" = .; then :; else \
433 test ! -f $$subdir/TAGS || \
434 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
435 fi; \
436 done; \
437 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
438 unique=`for i in $$list; do \
439 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440 done | \
441 $(AWK) ' { files[$$0] = 1; } \
442 END { for (i in files) print i; }'`; \
443 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
444 test -n "$$unique" || unique=$$empty_fix; \
445 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446 $$tags $$unique; \
448 ctags: CTAGS
449 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
450 $(TAGS_FILES) $(LISP)
451 tags=; \
452 here=`pwd`; \
453 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
454 unique=`for i in $$list; do \
455 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456 done | \
457 $(AWK) ' { files[$$0] = 1; } \
458 END { for (i in files) print i; }'`; \
459 test -z "$(CTAGS_ARGS)$$tags$$unique" \
460 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461 $$tags $$unique
463 GTAGS:
464 here=`$(am__cd) $(top_builddir) && pwd` \
465 && cd $(top_srcdir) \
466 && gtags -i $(GTAGS_ARGS) $$here
468 distclean-tags:
469 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
471 distdir: $(DISTFILES)
472 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
473 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
474 list='$(DISTFILES)'; for file in $$list; do \
475 case $$file in \
476 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
477 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
478 esac; \
479 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
481 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
482 dir="/$$dir"; \
483 $(mkdir_p) "$(distdir)$$dir"; \
484 else \
485 dir=''; \
486 fi; \
487 if test -d $$d/$$file; then \
488 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
490 fi; \
491 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
492 else \
493 test -f $(distdir)/$$file \
494 || cp -p $$d/$$file $(distdir)/$$file \
495 || exit 1; \
496 fi; \
497 done
498 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499 if test "$$subdir" = .; then :; else \
500 test -d "$(distdir)/$$subdir" \
501 || $(mkdir_p) "$(distdir)/$$subdir" \
502 || exit 1; \
503 distdir=`$(am__cd) $(distdir) && pwd`; \
504 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
505 (cd $$subdir && \
506 $(MAKE) $(AM_MAKEFLAGS) \
507 top_distdir="$$top_distdir" \
508 distdir="$$distdir/$$subdir" \
509 distdir) \
510 || exit 1; \
511 fi; \
512 done
513 check-am: all-am
514 check: check-recursive
515 all-am: Makefile $(LTLIBRARIES)
516 installdirs: installdirs-recursive
517 installdirs-am:
518 for dir in "$(DESTDIR)$(libdir)"; do \
519 test -z "$$dir" || $(mkdir_p) "$$dir"; \
520 done
521 install: install-recursive
522 install-exec: install-exec-recursive
523 install-data: install-data-recursive
524 uninstall: uninstall-recursive
526 install-am: all-am
527 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
529 installcheck: installcheck-recursive
530 install-strip:
531 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
532 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
533 `test -z '$(STRIP)' || \
534 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
535 mostlyclean-generic:
537 clean-generic:
539 distclean-generic:
540 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
542 maintainer-clean-generic:
543 @echo "This command is intended for maintainers to use"
544 @echo "it deletes files that may require special tools to rebuild."
545 clean: clean-recursive
547 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
548 mostlyclean-am
550 distclean: distclean-recursive
551 -rm -rf ./$(DEPDIR)
552 -rm -f Makefile
553 distclean-am: clean-am distclean-compile distclean-generic \
554 distclean-libtool distclean-tags
556 dvi: dvi-recursive
558 dvi-am:
560 html: html-recursive
562 info: info-recursive
564 info-am:
566 install-data-am:
568 install-exec-am: install-libLTLIBRARIES
570 install-info: install-info-recursive
572 install-man:
574 installcheck-am:
576 maintainer-clean: maintainer-clean-recursive
577 -rm -rf ./$(DEPDIR)
578 -rm -f Makefile
579 maintainer-clean-am: distclean-am maintainer-clean-generic
581 mostlyclean: mostlyclean-recursive
583 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
584 mostlyclean-libtool
586 pdf: pdf-recursive
588 pdf-am:
590 ps: ps-recursive
592 ps-am:
594 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
596 uninstall-info: uninstall-info-recursive
598 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
599 clean clean-generic clean-libLTLIBRARIES clean-libtool \
600 clean-recursive ctags ctags-recursive distclean \
601 distclean-compile distclean-generic distclean-libtool \
602 distclean-recursive distclean-tags distdir dvi dvi-am html \
603 html-am info info-am install install-am install-data \
604 install-data-am install-exec install-exec-am install-info \
605 install-info-am install-libLTLIBRARIES install-man \
606 install-strip installcheck installcheck-am installdirs \
607 installdirs-am maintainer-clean maintainer-clean-generic \
608 maintainer-clean-recursive mostlyclean mostlyclean-compile \
609 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
610 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
611 uninstall-info-am uninstall-libLTLIBRARIES
613 # Tell versions [3.59,3.63) of GNU make to not export all variables.
614 # Otherwise a system limit (for SysV at least) may be exceeded.
615 .NOEXPORT: