Fix LDC, LDC_W, and INSTANCEOF opcodes, more debugging
[jamvm-avr32-jem.git] / src / Makefile.in
blob212a326e8b1554bf733e0280128ccf586af6dd04
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
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
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
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 bin_PROGRAMS = jamvm$(EXEEXT)
38 subdir = src
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) \
45 $(ACLOCAL_M4)
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/||"`;; \
52 *) f=$$p;; \
53 esac;
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)
82 CCLD = $(CC)
83 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
85 $(LDFLAGS) -o $@
86 SOURCES = $(libcore_la_SOURCES) $(libjvm_la_SOURCES) $(jamvm_SOURCES)
87 DIST_SOURCES = $(libcore_la_SOURCES) $(libjvm_la_SOURCES) \
88 $(jamvm_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
100 ETAGS = etags
101 CTAGS = ctags
102 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103 ACLOCAL = @ACLOCAL@
104 ALLOCA = @ALLOCA@
105 AMTAR = @AMTAR@
106 AR = @AR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 CC = @CC@
112 CCAS = @CCAS@
113 CCASDEPMODE = @CCASDEPMODE@
114 CCASFLAGS = @CCASFLAGS@
115 CCDEPMODE = @CCDEPMODE@
116 CFLAGS = @CFLAGS@
117 CPP = @CPP@
118 CPPFLAGS = @CPPFLAGS@
119 CXX = @CXX@
120 CXXCPP = @CXXCPP@
121 CXXDEPMODE = @CXXDEPMODE@
122 CXXFLAGS = @CXXFLAGS@
123 CYGPATH_W = @CYGPATH_W@
124 DEFS = @DEFS@
125 DEPDIR = @DEPDIR@
126 ECHO = @ECHO@
127 ECHO_C = @ECHO_C@
128 ECHO_N = @ECHO_N@
129 ECHO_T = @ECHO_T@
130 EGREP = @EGREP@
131 EXEEXT = @EXEEXT@
132 F77 = @F77@
133 FFLAGS = @FFLAGS@
134 GREP = @GREP@
135 INSTALL = @INSTALL@
136 INSTALL_DATA = @INSTALL_DATA@
137 INSTALL_PROGRAM = @INSTALL_PROGRAM@
138 INSTALL_SCRIPT = @INSTALL_SCRIPT@
139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140 JAVAC = @JAVAC@
141 LDFLAGS = @LDFLAGS@
142 LIBOBJS = @LIBOBJS@
143 LIBS = @LIBS@
144 LIBTOOL = @LIBTOOL@
145 LN_S = @LN_S@
146 LTLIBOBJS = @LTLIBOBJS@
147 MAINT = @MAINT@
148 MAKEINFO = @MAKEINFO@
149 MKDIR_P = @MKDIR_P@
150 OBJEXT = @OBJEXT@
151 PACKAGE = @PACKAGE@
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@
158 RANLIB = @RANLIB@
159 SED = @SED@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 STRIP = @STRIP@
163 VERSION = @VERSION@
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@
174 am__tar = @am__tar@
175 am__untar = @am__untar@
176 arch = @arch@
177 bindir = @bindir@
178 build = @build@
179 build_alias = @build_alias@
180 build_cpu = @build_cpu@
181 build_os = @build_os@
182 build_vendor = @build_vendor@
183 builddir = @builddir@
184 datadir = @datadir@
185 datarootdir = @datarootdir@
186 docdir = @docdir@
187 dvidir = @dvidir@
188 exec_prefix = @exec_prefix@
189 host = @host@
190 host_alias = @host_alias@
191 host_cpu = @host_cpu@
192 host_os = @host_os@
193 host_vendor = @host_vendor@
194 htmldir = @htmldir@
195 includedir = @includedir@
196 infodir = @infodir@
197 install_sh = @install_sh@
198 interp_cflags = @interp_cflags@
199 libdir = @libdir@
200 libexecdir = @libexecdir@
201 localedir = @localedir@
202 localstatedir = @localstatedir@
203 mandir = @mandir@
204 mkdir_p = @mkdir_p@
205 oldincludedir = @oldincludedir@
206 os = @os@
207 pdfdir = @pdfdir@
208 prefix = @prefix@
209 program_transform_name = @program_transform_name@
210 psdir = @psdir@
211 sbindir = @sbindir@
212 sharedstatedir = @sharedstatedir@
213 srcdir = @srcdir@
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@
221 SUBDIRS = os interp
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
233 libjvm_la_SOURCES =
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
239 all: config.h
240 $(MAKE) $(AM_MAKEFLAGS) all-recursive
242 .SUFFIXES:
243 .SUFFIXES: .c .lo .o .obj
244 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
245 @for dep in $?; do \
246 case '$(am__configure_deps)' in \
247 *$$dep*) \
248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
249 && exit 0; \
250 exit 1;; \
251 esac; \
252 done; \
253 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
254 cd $(top_srcdir) && \
255 $(AUTOMAKE) --gnu src/Makefile
256 .PRECIOUS: Makefile
257 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258 @case '$?' in \
259 *config.status*) \
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261 *) \
262 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264 esac;
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
274 config.h: stamp-h1
275 @if test ! -f $@; then \
276 rm -f stamp-h1; \
277 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
278 else :; fi
280 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
281 @rm -f stamp-h1
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)
285 rm -f stamp-h1
286 touch $@
288 distclean-hdr:
289 -rm -f config.h stamp-h1
290 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
291 @$(NORMAL_INSTALL)
292 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
293 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
294 if test -f $$p; then \
295 f=$(am__strip_dir) \
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"; \
298 else :; fi; \
299 done
301 uninstall-libLTLIBRARIES:
302 @$(NORMAL_UNINSTALL)
303 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
304 p=$(am__strip_dir) \
305 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
306 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
307 done
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"; \
316 done
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"; \
325 done
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)
331 @$(NORMAL_INSTALL)
332 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
333 @list='$(bin_PROGRAMS)'; for p in $$list; do \
334 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
335 if test -f $$p \
336 || test -f $$p1 \
337 ; then \
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; \
341 else :; fi; \
342 done
344 uninstall-binPROGRAMS:
345 @$(NORMAL_UNINSTALL)
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"; \
350 done
352 clean-binPROGRAMS:
353 @list='$(bin_PROGRAMS)'; for p in $$list; do \
354 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
355 echo " rm -f $$p $$f"; \
356 rm -f $$p $$f ; \
357 done
358 jamvm$(EXEEXT): $(jamvm_OBJECTS) $(jamvm_DEPENDENCIES)
359 @rm -f jamvm$(EXEEXT)
360 $(LINK) $(jamvm_OBJECTS) $(jamvm_LDADD) $(LIBS)
362 mostlyclean-compile:
363 -rm -f *.$(OBJEXT)
365 distclean-compile:
366 -rm -f *.tab.c
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@
392 .c.o:
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 $<
399 .c.obj:
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) '$<'`
406 .c.lo:
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 $@ $<
413 mostlyclean-libtool:
414 -rm -f *.lo
416 clean-libtool:
417 -rm -rf .libs _libs
418 install-includeHEADERS: $(include_HEADERS)
419 @$(NORMAL_INSTALL)
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; \
423 f=$(am__strip_dir) \
424 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
425 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
426 done
428 uninstall-includeHEADERS:
429 @$(NORMAL_UNINSTALL)
430 @list='$(include_HEADERS)'; for p in $$list; do \
431 f=$(am__strip_dir) \
432 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
433 rm -f "$(DESTDIR)$(includedir)/$$f"; \
434 done
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):
443 @failcom='exit 1'; \
444 for f in x $$MAKEFLAGS; do \
445 case $$f in \
446 *=* | --[!k]*);; \
447 *k*) failcom='fail=yes';; \
448 esac; \
449 done; \
450 dot_seen=no; \
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 \
455 dot_seen=yes; \
456 local_target="$$target-am"; \
457 else \
458 local_target="$$target"; \
459 fi; \
460 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
461 || eval $$failcom; \
462 done; \
463 if test "$$dot_seen" = "no"; then \
464 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
465 fi; test -z "$$fail"
467 $(RECURSIVE_CLEAN_TARGETS):
468 @failcom='exit 1'; \
469 for f in x $$MAKEFLAGS; do \
470 case $$f in \
471 *=* | --[!k]*);; \
472 *k*) failcom='fail=yes';; \
473 esac; \
474 done; \
475 dot_seen=no; \
476 case "$@" in \
477 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
478 *) list='$(SUBDIRS)' ;; \
479 esac; \
480 rev=''; for subdir in $$list; do \
481 if test "$$subdir" = "."; then :; else \
482 rev="$$subdir $$rev"; \
483 fi; \
484 done; \
485 rev="$$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"; \
491 else \
492 local_target="$$target"; \
493 fi; \
494 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
495 || eval $$failcom; \
496 done && test -z "$$fail"
497 tags-recursive:
498 list='$(SUBDIRS)'; for subdir in $$list; do \
499 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
500 done
501 ctags-recursive:
502 list='$(SUBDIRS)'; for subdir in $$list; do \
503 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
504 done
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; \
510 done | \
511 $(AWK) ' { files[$$0] = 1; } \
512 END { for (i in files) print i; }'`; \
513 mkid -fID $$unique
514 tags: TAGS
516 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
517 $(TAGS_FILES) $(LISP)
518 tags=; \
519 here=`pwd`; \
520 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
521 include_option=--etags-include; \
522 empty_fix=.; \
523 else \
524 include_option=--include; \
525 empty_fix=; \
526 fi; \
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"; \
531 fi; \
532 done; \
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; \
536 done | \
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) \
542 $$tags $$unique; \
544 ctags: CTAGS
545 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
546 $(TAGS_FILES) $(LISP)
547 tags=; \
548 here=`pwd`; \
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; \
552 done | \
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) \
557 $$tags $$unique
559 GTAGS:
560 here=`$(am__cd) $(top_builddir) && pwd` \
561 && cd $(top_srcdir) \
562 && gtags -i $(GTAGS_ARGS) $$here
564 distclean-tags:
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,/[^/]*$$,,' | \
577 sort -u` ;; \
578 esac; \
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; \
585 fi; \
586 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
587 else \
588 test -f $(distdir)/$$file \
589 || cp -p $$d/$$file $(distdir)/$$file \
590 || exit 1; \
591 fi; \
592 done
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" \
597 || exit 1; \
598 distdir=`$(am__cd) $(distdir) && pwd`; \
599 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
600 (cd $$subdir && \
601 $(MAKE) $(AM_MAKEFLAGS) \
602 top_distdir="$$top_distdir" \
603 distdir="$$distdir/$$subdir" \
604 am__remove_distdir=: \
605 am__skip_length_check=: \
606 distdir) \
607 || exit 1; \
608 fi; \
609 done
610 check-am: all-am
611 check: check-recursive
612 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
613 install-binPROGRAMS: install-libLTLIBRARIES
615 installdirs: installdirs-recursive
616 installdirs-am:
617 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
618 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
619 done
620 install: install-recursive
621 install-exec: install-exec-recursive
622 install-data: install-data-recursive
623 uninstall: uninstall-recursive
625 install-am: all-am
626 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
628 installcheck: installcheck-recursive
629 install-strip:
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
634 mostlyclean-generic:
636 clean-generic:
638 distclean-generic:
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
651 -rm -rf ./$(DEPDIR)
652 -rm -f Makefile
653 distclean-am: clean-am distclean-compile distclean-generic \
654 distclean-hdr distclean-tags
656 dvi: dvi-recursive
658 dvi-am:
660 html: html-recursive
662 info: info-recursive
664 info-am:
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
676 install-man:
678 install-pdf: install-pdf-recursive
680 install-ps: install-ps-recursive
682 installcheck-am:
684 maintainer-clean: maintainer-clean-recursive
685 -rm -rf ./$(DEPDIR)
686 -rm -f Makefile
687 maintainer-clean-am: distclean-am maintainer-clean-generic
689 mostlyclean: mostlyclean-recursive
691 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
692 mostlyclean-libtool
694 pdf: pdf-recursive
696 pdf-am:
698 ps: ps-recursive
700 ps-am:
702 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
703 uninstall-libLTLIBRARIES
705 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
706 install-strip
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.
729 .NOEXPORT: