1 # Makefile.in generated by automake 1.10 from Makefile.am.
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.
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
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
)
35 build_triplet
= @build@
37 bin_PROGRAMS
= jamvm
$(EXEEXT
)
39 DIST_COMMON
= $(include_HEADERS
) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in
$(srcdir)/config.h.in
41 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
42 am__aclocal_m4_deps
= $(top_srcdir
)/acinclude.m4 \
43 $(top_srcdir
)/configure.ac
44 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
46 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
47 CONFIG_HEADER
= config.h
48 CONFIG_CLEAN_FILES
= arch.h
49 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
50 am__vpath_adj
= case
$$p in \
51 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54 am__strip_dir
= `echo $$p | sed -e 's|^.*/||'`;
55 am__installdirs
= "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
56 "$(DESTDIR)$(includedir)"
57 libLTLIBRARIES_INSTALL
= $(INSTALL
)
58 LTLIBRARIES
= $(lib_LTLIBRARIES
) $(noinst_LTLIBRARIES
)
59 libcore_la_DEPENDENCIES
= interp
/libinterp.la \
60 os
/@os@
/@arch@
/libnative.la os
/@os@
/libos.la
61 am_libcore_la_OBJECTS
= alloc.lo cast.lo class.lo dll.lo excep.lo \
62 execute.lo hash.lo jni.lo lock.lo natives.lo reflect.lo \
63 resolve.lo string.lo thread.lo utf8.lo zip.lo properties.lo \
64 dll_ffi.lo access.lo frame.lo init.lo hooks.lo
65 libcore_la_OBJECTS
= $(am_libcore_la_OBJECTS
)
66 libjvm_la_DEPENDENCIES
= libcore.la
67 am_libjvm_la_OBJECTS
=
68 libjvm_la_OBJECTS
= $(am_libjvm_la_OBJECTS
)
69 binPROGRAMS_INSTALL
= $(INSTALL_PROGRAM
)
70 PROGRAMS
= $(bin_PROGRAMS
)
71 am_jamvm_OBJECTS
= jam.
$(OBJEXT
)
72 jamvm_OBJECTS
= $(am_jamvm_OBJECTS
)
73 jamvm_DEPENDENCIES
= libcore.la
74 DEFAULT_INCLUDES
= -I.@am__isrc@
75 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
76 am__depfiles_maybe
= depfiles
77 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
78 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
79 LTCOMPILE
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
80 --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
81 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
83 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
84 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
86 SOURCES
= $(libcore_la_SOURCES
) $(libjvm_la_SOURCES
) $(jamvm_SOURCES
)
87 DIST_SOURCES
= $(libcore_la_SOURCES
) $(libjvm_la_SOURCES
) \
89 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
90 html-recursive info-recursive install-data-recursive \
91 install-dvi-recursive install-exec-recursive \
92 install-html-recursive install-info-recursive \
93 install-pdf-recursive install-ps-recursive install-recursive \
94 installcheck-recursive installdirs-recursive pdf-recursive \
95 ps-recursive uninstall-recursive
96 includeHEADERS_INSTALL
= $(INSTALL_HEADER
)
97 HEADERS
= $(include_HEADERS
)
98 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
99 distclean-recursive maintainer-clean-recursive
102 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
107 AUTOCONF
= @AUTOCONF@
108 AUTOHEADER
= @AUTOHEADER@
109 AUTOMAKE
= @AUTOMAKE@
113 CCASDEPMODE
= @CCASDEPMODE@
114 CCASFLAGS
= @CCASFLAGS@
115 CCDEPMODE
= @CCDEPMODE@
118 CPPFLAGS
= @CPPFLAGS@
121 CXXDEPMODE
= @CXXDEPMODE@
122 CXXFLAGS
= @CXXFLAGS@
123 CYGPATH_W
= @CYGPATH_W@
136 INSTALL_DATA
= @INSTALL_DATA@
137 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
138 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
139 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
146 LTLIBOBJS
= @LTLIBOBJS@
148 MAKEINFO
= @MAKEINFO@
152 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
153 PACKAGE_NAME
= @PACKAGE_NAME@
154 PACKAGE_STRING
= @PACKAGE_STRING@
155 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
156 PACKAGE_VERSION
= @PACKAGE_VERSION@
157 PATH_SEPARATOR
= @PATH_SEPARATOR@
160 SET_MAKE
= @SET_MAKE@
164 abs_builddir
= @abs_builddir@
165 abs_srcdir
= @abs_srcdir@
166 abs_top_builddir
= @abs_top_builddir@
167 abs_top_srcdir
= @abs_top_srcdir@
168 ac_ct_CC
= @ac_ct_CC@
169 ac_ct_CXX
= @ac_ct_CXX@
170 ac_ct_F77
= @ac_ct_F77@
171 am__include
= @am__include@
172 am__leading_dot
= @am__leading_dot@
173 am__quote
= @am__quote@
175 am__untar
= @am__untar@
179 build_alias
= @build_alias@
180 build_cpu
= @build_cpu@
181 build_os
= @build_os@
182 build_vendor
= @build_vendor@
183 builddir
= @builddir@
185 datarootdir
= @datarootdir@
188 exec_prefix = @
exec_prefix@
190 host_alias
= @host_alias@
191 host_cpu
= @host_cpu@
193 host_vendor
= @host_vendor@
195 includedir = @
includedir@
197 install_sh
= @install_sh@
198 interp_cflags
= @interp_cflags@
200 libexecdir
= @libexecdir@
201 localedir
= @localedir@
202 localstatedir
= @localstatedir@
205 oldincludedir = @
oldincludedir@
209 program_transform_name
= @program_transform_name@
212 sharedstatedir
= @sharedstatedir@
214 sysconfdir
= @sysconfdir@
215 target_alias
= @target_alias@
216 top_builddir
= @top_builddir@
217 top_srcdir
= @top_srcdir@
218 use_zip_no
= @use_zip_no@
219 use_zip_yes
= @use_zip_yes@
220 with_classpath_install_dir
= @with_classpath_install_dir@
222 DIST_SUBDIRS
= os arch interp
223 include_HEADERS
= jni.h
224 lib_LTLIBRARIES
= libjvm.la
225 noinst_LTLIBRARIES
= libcore.la
226 libcore_la_SOURCES
= alloc.c alloc.h cast.c class.c dll.c excep.c execute.c \
227 frame.h hash.c hash.h jam.h jni.c lock.c lock.h \
228 natives.c reflect.c resolve.c sig.h string.c thread.c \
229 thread.h utf8.c zip.c zip.h properties.c natives.h \
230 dll_ffi.c access.c frame.c init.c hooks.c class.h
232 jamvm_SOURCES
= jam.c
234 jamvm_LDADD
= libcore.la
235 libjvm_la_LIBADD
= libcore.la
236 libcore_la_LIBADD
= interp
/libinterp.la os
/@os@
/@arch@
/libnative.la os
/@os@
/libos.la
237 AM_CPPFLAGS
= -I
$(top_srcdir
)/src
/interp
/engine
238 DISTCLEANFILES
= arch.h
240 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
243 .SUFFIXES
: .c .lo .o .obj
244 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
246 case
'$(am__configure_deps)' in \
248 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh \
253 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
254 cd
$(top_srcdir
) && \
255 $(AUTOMAKE
) --gnu src
/Makefile
257 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
260 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
262 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
266 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
267 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
269 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
270 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
271 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
272 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
275 @if
test ! -f
$@
; then \
277 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
280 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
282 cd
$(top_builddir
) && $(SHELL
) .
/config.status src
/config.h
283 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
284 cd
$(top_srcdir
) && $(AUTOHEADER
)
289 -rm -f config.h stamp-h1
290 install-libLTLIBRARIES
: $(lib_LTLIBRARIES
)
292 test -z
"$(libdir)" ||
$(MKDIR_P
) "$(DESTDIR)$(libdir)"
293 @list
='$(lib_LTLIBRARIES)'; for p in
$$list; do \
294 if
test -f
$$p; then \
296 echo
" $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
297 $(LIBTOOL
) --mode
=install $(libLTLIBRARIES_INSTALL
) $(INSTALL_STRIP_FLAG
) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
301 uninstall-libLTLIBRARIES
:
303 @list
='$(lib_LTLIBRARIES)'; for p in
$$list; do \
305 echo
" $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
306 $(LIBTOOL
) --mode
=uninstall rm -f
"$(DESTDIR)$(libdir)/$$p"; \
309 clean-libLTLIBRARIES
:
310 -test -z
"$(lib_LTLIBRARIES)" ||
rm -f
$(lib_LTLIBRARIES
)
311 @list
='$(lib_LTLIBRARIES)'; for p in
$$list; do \
312 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
313 test "$$dir" != "$$p" ||
dir=.
; \
314 echo
"rm -f \"$${dir}/so_locations\""; \
315 rm -f
"$${dir}/so_locations"; \
318 clean-noinstLTLIBRARIES
:
319 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
320 @list
='$(noinst_LTLIBRARIES)'; for p in
$$list; do \
321 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
322 test "$$dir" != "$$p" ||
dir=.
; \
323 echo
"rm -f \"$${dir}/so_locations\""; \
324 rm -f
"$${dir}/so_locations"; \
326 libcore.la
: $(libcore_la_OBJECTS
) $(libcore_la_DEPENDENCIES
)
327 $(LINK
) $(libcore_la_OBJECTS
) $(libcore_la_LIBADD
) $(LIBS
)
328 libjvm.la
: $(libjvm_la_OBJECTS
) $(libjvm_la_DEPENDENCIES
)
329 $(LINK
) -rpath
$(libdir) $(libjvm_la_OBJECTS
) $(libjvm_la_LIBADD
) $(LIBS
)
330 install-binPROGRAMS
: $(bin_PROGRAMS
)
332 test -z
"$(bindir)" ||
$(MKDIR_P
) "$(DESTDIR)$(bindir)"
333 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
334 p1
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
338 f
=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
339 echo
" $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
340 $(INSTALL_PROGRAM_ENV
) $(LIBTOOL
) --mode
=install $(binPROGRAMS_INSTALL
) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit
1; \
344 uninstall-binPROGRAMS
:
346 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
347 f
=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
348 echo
" rm -f '$(DESTDIR)$(bindir)/$$f'"; \
349 rm -f
"$(DESTDIR)$(bindir)/$$f"; \
353 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
354 f
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
355 echo
" rm -f $$p $$f"; \
358 jamvm
$(EXEEXT
): $(jamvm_OBJECTS
) $(jamvm_DEPENDENCIES
)
359 @
rm -f jamvm
$(EXEEXT
)
360 $(LINK
) $(jamvm_OBJECTS
) $(jamvm_LDADD
) $(LIBS
)
368 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/access.Plo@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/alloc.Plo@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cast.Plo@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/class.Plo@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/dll.Plo@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/dll_ffi.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/excep.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/execute.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/frame.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/hash.Plo@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/hooks.Plo@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/init.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/jam.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/jni.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/lock.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/natives.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/properties.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/reflect.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/resolve.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/string.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/thread.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/utf8.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/zip.Plo@am__quote@
393 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
394 @am__fastdepCC_TRUE@ mv
-f
$(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
397 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
400 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
401 @am__fastdepCC_TRUE@ mv
-f
$(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
404 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
407 @am__fastdepCC_TRUE@
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
408 @am__fastdepCC_TRUE@ mv
-f
$(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
411 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
$<
418 install-includeHEADERS
: $(include_HEADERS
)
420 test -z
"$(includedir)" ||
$(MKDIR_P
) "$(DESTDIR)$(includedir)"
421 @list
='$(include_HEADERS)'; for p in
$$list; do \
422 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
424 echo
" $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
425 $(includeHEADERS_INSTALL
) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
428 uninstall-includeHEADERS
:
430 @list
='$(include_HEADERS)'; for p in
$$list; do \
432 echo
" rm -f '$(DESTDIR)$(includedir)/$$f'"; \
433 rm -f
"$(DESTDIR)$(includedir)/$$f"; \
436 # This directory's subdirectories are mostly independent; you can cd
437 # into them and run `make' without going through this Makefile.
438 # To change the values of `make' variables: instead of editing Makefiles,
439 # (1) if the variable is set in `config.status', edit `config.status'
440 # (which will cause the Makefiles to be regenerated when you run `make');
441 # (2) otherwise, pass the desired values on the `make' command line.
442 $(RECURSIVE_TARGETS
):
444 for f in x
$$MAKEFLAGS; do \
447 *k
*) failcom
='fail=yes';; \
451 target
=`echo $@ | sed s/-recursive//`; \
452 list
='$(SUBDIRS)'; for subdir in
$$list; do \
453 echo
"Making $$target in $$subdir"; \
454 if
test "$$subdir" = "."; then \
456 local_target
="$$target-am"; \
458 local_target
="$$target"; \
460 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
463 if
test "$$dot_seen" = "no"; then \
464 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
467 $(RECURSIVE_CLEAN_TARGETS
):
469 for f in x
$$MAKEFLAGS; do \
472 *k
*) failcom
='fail=yes';; \
477 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
478 *) list
='$(SUBDIRS)' ;; \
480 rev
=''; for subdir in
$$list; do \
481 if
test "$$subdir" = "."; then
:; else \
482 rev
="$$subdir $$rev"; \
486 target
=`echo $@ | sed s/-recursive//`; \
487 for subdir in
$$rev; do \
488 echo
"Making $$target in $$subdir"; \
489 if
test "$$subdir" = "."; then \
490 local_target
="$$target-am"; \
492 local_target
="$$target"; \
494 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
496 done
&& test -z
"$$fail"
498 list
='$(SUBDIRS)'; for subdir in
$$list; do \
499 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
502 list
='$(SUBDIRS)'; for subdir in
$$list; do \
503 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
506 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
507 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
508 unique
=`for i in $$list; do \
509 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511 $(AWK) ' { files[$$0] = 1; } \
512 END { for (i in files) print i; }'`; \
516 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
517 $(TAGS_FILES
) $(LISP
)
520 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
521 include_option
=--etags-include
; \
524 include_option
=--include; \
527 list
='$(SUBDIRS)'; for subdir in
$$list; do \
528 if
test "$$subdir" = .
; then
:; else \
529 test ! -f
$$subdir/TAGS || \
530 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
533 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
534 unique
=`for i in $$list; do \
535 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
537 $(AWK) ' { files[$$0] = 1; } \
538 END { for (i in files) print i; }'`; \
539 if
test -z
"$(ETAGS_ARGS)$$tags$$unique"; then
:; else \
540 test -n
"$$unique" || unique
=$$empty_fix; \
541 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
545 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
546 $(TAGS_FILES
) $(LISP
)
549 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
550 unique
=`for i in $$list; do \
551 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553 $(AWK) ' { files[$$0] = 1; } \
554 END { for (i in files) print i; }'`; \
555 test -z
"$(CTAGS_ARGS)$$tags$$unique" \
556 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
560 here
=`$(am__cd) $(top_builddir) && pwd` \
561 && cd
$(top_srcdir
) \
562 && gtags
-i
$(GTAGS_ARGS
) $$here
565 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
567 distdir
: $(DISTFILES
)
568 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570 list
='$(DISTFILES)'; \
571 dist_files
=`for file in $$list; do echo $$file; done | \
572 sed -e "s|^$$srcdirstrip/||;t" \
573 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
574 case
$$dist_files in \
575 */*) $(MKDIR_P
) `echo "$$dist_files" | \
576 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
579 for file in
$$dist_files; do \
580 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
581 if
test -d
$$d/$$file; then \
582 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
583 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
584 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
586 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
588 test -f
$(distdir
)/$$file \
589 || cp
-p
$$d/$$file $(distdir
)/$$file \
593 list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
594 if
test "$$subdir" = .
; then
:; else \
595 test -d
"$(distdir)/$$subdir" \
596 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
598 distdir
=`$(am__cd) $(distdir) && pwd`; \
599 top_distdir
=`$(am__cd) $(top_distdir) && pwd`; \
601 $(MAKE
) $(AM_MAKEFLAGS
) \
602 top_distdir
="$$top_distdir" \
603 distdir
="$$distdir/$$subdir" \
604 am__remove_distdir
=: \
605 am__skip_length_check
=: \
611 check: check-recursive
612 all-am
: Makefile
$(LTLIBRARIES
) $(PROGRAMS
) $(HEADERS
) config.h
613 install-binPROGRAMS
: install-libLTLIBRARIES
615 installdirs: installdirs-recursive
617 for
dir in
"$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
618 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
620 install: install-recursive
621 install-exec
: install-exec-recursive
622 install-data
: install-data-recursive
623 uninstall: uninstall-recursive
626 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
628 installcheck: installcheck-recursive
630 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
631 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
632 `test -z '$(STRIP)' || \
633 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
639 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
640 -test -z
"$(DISTCLEANFILES)" ||
rm -f
$(DISTCLEANFILES
)
642 maintainer-clean-generic
:
643 @echo
"This command is intended for maintainers to use"
644 @echo
"it deletes files that may require special tools to rebuild."
645 clean: clean-recursive
647 clean-am
: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
648 clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
650 distclean: distclean-recursive
653 distclean-am
: clean-am distclean-compile distclean-generic \
654 distclean-hdr distclean-tags
666 install-data-am
: install-includeHEADERS
668 install-dvi
: install-dvi-recursive
670 install-exec-am
: install-binPROGRAMS install-libLTLIBRARIES
672 install-html
: install-html-recursive
674 install-info
: install-info-recursive
678 install-pdf
: install-pdf-recursive
680 install-ps
: install-ps-recursive
684 maintainer-clean
: maintainer-clean-recursive
687 maintainer-clean-am
: distclean-am maintainer-clean-generic
689 mostlyclean: mostlyclean-recursive
691 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
702 uninstall-am
: uninstall-binPROGRAMS uninstall-includeHEADERS \
703 uninstall-libLTLIBRARIES
705 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) install-am \
708 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
709 all all-am
check check-am
clean clean-binPROGRAMS \
710 clean-generic clean-libLTLIBRARIES clean-libtool \
711 clean-noinstLTLIBRARIES ctags ctags-recursive
distclean \
712 distclean-compile distclean-generic distclean-hdr \
713 distclean-libtool distclean-tags distdir
dvi dvi-am html \
714 html-am
info info-am
install install-am install-binPROGRAMS \
715 install-data install-data-am install-dvi install-dvi-am \
716 install-exec install-exec-am install-html install-html-am \
717 install-includeHEADERS install-info install-info-am \
718 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
719 install-ps install-ps-am install-strip
installcheck \
720 installcheck-am
installdirs installdirs-am maintainer-clean \
721 maintainer-clean-generic
mostlyclean mostlyclean-compile \
722 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
723 tags tags-recursive
uninstall uninstall-am \
724 uninstall-binPROGRAMS uninstall-includeHEADERS \
725 uninstall-libLTLIBRARIES
727 # Tell versions [3.59,3.63) of GNU make to not export all variables.
728 # Otherwise a system limit (for SysV at least) may be exceeded.