blob: 1eed7d6c01da30135cdd84ad941a1f2816150ffb [file] [log] [blame]
mmentovai425d2562006-08-30 20:05:05 +00001# Makefile.in generated by automake 1.9.6 from Makefile.am.
brynercb91a2f2006-08-25 21:14:45 +00002# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 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
mmentovai425d2562006-08-30 20:05:05 +000017# Copyright (C) 2006 Google Inc.
18#
19# Licensed under the Apache License, Version 2.0 (the "License");
20# you may not use this file except in compliance with the License.
21# You may obtain a copy of the License at
22#
23# http://www.apache.org/licenses/LICENSE-2.0
24#
25# Unless required by applicable law or agreed to in writing, software
26# distributed under the License is distributed on an "AS IS" BASIS,
27# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28# See the License for the specific language governing permissions and
29# limitations under the License.
brynercb91a2f2006-08-25 21:14:45 +000030
31
32
33
brynercb91a2f2006-08-25 21:14:45 +000034srcdir = @srcdir@
35top_srcdir = @top_srcdir@
36VPATH = @srcdir@
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40top_builddir = .
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42INSTALL = @INSTALL@
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = @build@
55host_triplet = @host@
56noinst_PROGRAMS = $(am__EXEEXT_1)
57DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
mmentovai425d2562006-08-30 20:05:05 +000058 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
59 $(top_srcdir)/configure $(top_srcdir)/src/config.h.in AUTHORS \
60 COPYING ChangeLog INSTALL NEWS autotools/config.guess \
61 autotools/config.sub autotools/depcomp autotools/install-sh \
62 autotools/ltmain.sh autotools/missing
brynercb91a2f2006-08-25 21:14:45 +000063subdir = .
64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65am__aclocal_m4_deps = $(top_srcdir)/configure.ac
66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67 $(ACLOCAL_M4)
68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69 configure.lineno configure.status.lineno
mmentovai425d2562006-08-30 20:05:05 +000070mkinstalldirs = $(install_sh) -d
brynercb91a2f2006-08-25 21:14:45 +000071CONFIG_HEADER = $(top_builddir)/src/config.h
72CONFIG_CLEAN_FILES =
73am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74am__vpath_adj = case $$p in \
75 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76 *) f=$$p;; \
77 esac;
78am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
mmentovai425d2562006-08-30 20:05:05 +000079am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)"
brynercb91a2f2006-08-25 21:14:45 +000080libLTLIBRARIES_INSTALL = $(INSTALL)
81LTLIBRARIES = $(lib_LTLIBRARIES)
mmentovai425d2562006-08-30 20:05:05 +000082src_libairbag_la_LIBADD =
83am__dirstamp = $(am__leading_dot)dirstamp
84am_src_libairbag_la_OBJECTS = src/processor/source_line_resolver.lo
85src_libairbag_la_OBJECTS = $(am_src_libairbag_la_OBJECTS)
86am__EXEEXT_1 = src/processor/source_line_resolver_unittest$(EXEEXT)
brynercb91a2f2006-08-25 21:14:45 +000087PROGRAMS = $(noinst_PROGRAMS)
mmentovai425d2562006-08-30 20:05:05 +000088am_src_processor_source_line_resolver_unittest_OBJECTS = \
89 src/processor/source_line_resolver_unittest.$(OBJEXT)
90src_processor_source_line_resolver_unittest_OBJECTS = \
91 $(am_src_processor_source_line_resolver_unittest_OBJECTS)
92src_processor_source_line_resolver_unittest_DEPENDENCIES = \
93 src/processor/source_line_resolver.lo
brynercb91a2f2006-08-25 21:14:45 +000094SCRIPTS = $(noinst_SCRIPTS)
95DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
mmentovai425d2562006-08-30 20:05:05 +000096depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
brynercb91a2f2006-08-25 21:14:45 +000097am__depfiles_maybe = depfiles
98CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
99 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
100LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
101 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
102 $(AM_CXXFLAGS) $(CXXFLAGS)
103CXXLD = $(CXX)
104CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
105 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
106COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
109 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
110 $(AM_CFLAGS) $(CFLAGS)
111CCLD = $(CC)
112LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
113 $(AM_LDFLAGS) $(LDFLAGS) -o $@
mmentovai425d2562006-08-30 20:05:05 +0000114SOURCES = $(src_libairbag_la_SOURCES) \
115 $(src_processor_source_line_resolver_unittest_SOURCES)
116DIST_SOURCES = $(src_libairbag_la_SOURCES) \
117 $(src_processor_source_line_resolver_unittest_SOURCES)
brynercb91a2f2006-08-25 21:14:45 +0000118dist_docDATA_INSTALL = $(INSTALL_DATA)
119DATA = $(dist_doc_DATA)
brynercb91a2f2006-08-25 21:14:45 +0000120ETAGS = etags
121CTAGS = ctags
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123distdir = $(PACKAGE)-$(VERSION)
124top_distdir = $(distdir)
125am__remove_distdir = \
126 { test ! -d $(distdir) \
127 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
128 && rm -fr $(distdir); }; }
129DIST_ARCHIVES = $(distdir).tar.gz
130GZIP_ENV = --best
131distuninstallcheck_listfiles = find . -type f -print
132distcleancheck_listfiles = find . -type f -print
133ACLOCAL = @ACLOCAL@
134AMDEP_FALSE = @AMDEP_FALSE@
135AMDEP_TRUE = @AMDEP_TRUE@
136AMTAR = @AMTAR@
137AR = @AR@
138AUTOCONF = @AUTOCONF@
139AUTOHEADER = @AUTOHEADER@
140AUTOMAKE = @AUTOMAKE@
141AWK = @AWK@
142CC = @CC@
143CCDEPMODE = @CCDEPMODE@
144CFLAGS = @CFLAGS@
145CPP = @CPP@
146CPPFLAGS = @CPPFLAGS@
147CXX = @CXX@
148CXXCPP = @CXXCPP@
149CXXDEPMODE = @CXXDEPMODE@
150CXXFLAGS = @CXXFLAGS@
151CYGPATH_W = @CYGPATH_W@
152DEFS = @DEFS@
153DEPDIR = @DEPDIR@
154ECHO = @ECHO@
155ECHO_C = @ECHO_C@
156ECHO_N = @ECHO_N@
157ECHO_T = @ECHO_T@
158EGREP = @EGREP@
159EXEEXT = @EXEEXT@
160F77 = @F77@
161FFLAGS = @FFLAGS@
162INSTALL_DATA = @INSTALL_DATA@
163INSTALL_PROGRAM = @INSTALL_PROGRAM@
164INSTALL_SCRIPT = @INSTALL_SCRIPT@
165INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166LDFLAGS = @LDFLAGS@
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LIBTOOL = @LIBTOOL@
170LIBTOOL_DEPS = @LIBTOOL_DEPS@
171LN_S = @LN_S@
172LTLIBOBJS = @LTLIBOBJS@
173MAKEINFO = @MAKEINFO@
174OBJEXT = @OBJEXT@
175PACKAGE = @PACKAGE@
176PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177PACKAGE_NAME = @PACKAGE_NAME@
178PACKAGE_STRING = @PACKAGE_STRING@
179PACKAGE_TARNAME = @PACKAGE_TARNAME@
180PACKAGE_VERSION = @PACKAGE_VERSION@
181PATH_SEPARATOR = @PATH_SEPARATOR@
182RANLIB = @RANLIB@
183SET_MAKE = @SET_MAKE@
184SHELL = @SHELL@
185STRIP = @STRIP@
186VERSION = @VERSION@
187ac_ct_AR = @ac_ct_AR@
188ac_ct_CC = @ac_ct_CC@
189ac_ct_CXX = @ac_ct_CXX@
190ac_ct_F77 = @ac_ct_F77@
191ac_ct_RANLIB = @ac_ct_RANLIB@
192ac_ct_STRIP = @ac_ct_STRIP@
193am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
194am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
195am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
196am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
197am__include = @am__include@
198am__leading_dot = @am__leading_dot@
199am__quote = @am__quote@
200am__tar = @am__tar@
201am__untar = @am__untar@
202bindir = @bindir@
203build = @build@
204build_alias = @build_alias@
205build_cpu = @build_cpu@
206build_os = @build_os@
207build_vendor = @build_vendor@
208datadir = @datadir@
209exec_prefix = @exec_prefix@
210host = @host@
211host_alias = @host_alias@
212host_cpu = @host_cpu@
213host_os = @host_os@
214host_vendor = @host_vendor@
215includedir = @includedir@
216infodir = @infodir@
217install_sh = @install_sh@
218libdir = @libdir@
219libexecdir = @libexecdir@
220localstatedir = @localstatedir@
221mandir = @mandir@
222mkdir_p = @mkdir_p@
223oldincludedir = @oldincludedir@
224prefix = @prefix@
225program_transform_name = @program_transform_name@
226sbindir = @sbindir@
227sharedstatedir = @sharedstatedir@
228sysconfdir = @sysconfdir@
229target_alias = @target_alias@
brynercb91a2f2006-08-25 21:14:45 +0000230docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
mmentovai425d2562006-08-30 20:05:05 +0000231dist_doc_DATA = \
232 AUTHORS \
233 COPYING \
234 ChangeLog \
235 INSTALL \
236 NEWS \
237 README
238
239lib_LTLIBRARIES = src/libairbag.la
240src_libairbag_la_SOURCES = \
241 src/processor/source_line_resolver.cc \
242 src/processor/source_line_resolver.h
243
244TESTS = src/processor/source_line_resolver_unittest
brynercb91a2f2006-08-25 21:14:45 +0000245TESTS_ENVIRONMENT =
246check_SCRIPTS =
mmentovai425d2562006-08-30 20:05:05 +0000247src_processor_source_line_resolver_unittest_SOURCES = \
248 src/processor/source_line_resolver_unittest.cc
brynercb91a2f2006-08-25 21:14:45 +0000249
mmentovai425d2562006-08-30 20:05:05 +0000250src_processor_source_line_resolver_unittest_LDADD = \
251 src/processor/source_line_resolver.lo
brynercb91a2f2006-08-25 21:14:45 +0000252
mmentovai425d2562006-08-30 20:05:05 +0000253noinst_SCRIPTS = $(check_SCRIPTS)
254EXTRA_DIST = \
255 $(SCRIPTS) \
256 src/processor/testdata/module1.out \
257 src/processor/testdata/module2.out \
258 src/processor/testdata/module3_bad.out
brynercb91a2f2006-08-25 21:14:45 +0000259
brynercb91a2f2006-08-25 21:14:45 +0000260all: all-am
261
262.SUFFIXES:
263.SUFFIXES: .cc .lo .o .obj
264am--refresh:
265 @:
266$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
267 @for dep in $?; do \
268 case '$(am__configure_deps)' in \
269 *$$dep*) \
270 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
271 cd $(srcdir) && $(AUTOMAKE) --gnu \
272 && exit 0; \
273 exit 1;; \
274 esac; \
275 done; \
276 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
277 cd $(top_srcdir) && \
278 $(AUTOMAKE) --gnu Makefile
279.PRECIOUS: Makefile
280Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281 @case '$?' in \
282 *config.status*) \
283 echo ' $(SHELL) ./config.status'; \
284 $(SHELL) ./config.status;; \
285 *) \
286 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
287 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
288 esac;
289
290$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
291 $(SHELL) ./config.status --recheck
292
293$(top_srcdir)/configure: $(am__configure_deps)
294 cd $(srcdir) && $(AUTOCONF)
295$(ACLOCAL_M4): $(am__aclocal_m4_deps)
296 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
297
298src/config.h: src/stamp-h1
299 @if test ! -f $@; then \
300 rm -f src/stamp-h1; \
301 $(MAKE) src/stamp-h1; \
302 else :; fi
303
304src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
305 @rm -f src/stamp-h1
306 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
307$(top_srcdir)/src/config.h.in: $(am__configure_deps)
308 cd $(top_srcdir) && $(AUTOHEADER)
309 rm -f src/stamp-h1
310 touch $@
311
312distclean-hdr:
313 -rm -f src/config.h src/stamp-h1
314install-libLTLIBRARIES: $(lib_LTLIBRARIES)
315 @$(NORMAL_INSTALL)
316 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
317 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
318 if test -f $$p; then \
319 f=$(am__strip_dir) \
320 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
321 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
322 else :; fi; \
323 done
324
325uninstall-libLTLIBRARIES:
326 @$(NORMAL_UNINSTALL)
327 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
328 p=$(am__strip_dir) \
329 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
330 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
331 done
332
333clean-libLTLIBRARIES:
334 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
335 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
336 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
337 test "$$dir" != "$$p" || dir=.; \
338 echo "rm -f \"$${dir}/so_locations\""; \
339 rm -f "$${dir}/so_locations"; \
340 done
mmentovai425d2562006-08-30 20:05:05 +0000341src/processor/$(am__dirstamp):
342 @$(mkdir_p) src/processor
343 @: > src/processor/$(am__dirstamp)
344src/processor/$(DEPDIR)/$(am__dirstamp):
345 @$(mkdir_p) src/processor/$(DEPDIR)
346 @: > src/processor/$(DEPDIR)/$(am__dirstamp)
347src/processor/source_line_resolver.lo: src/processor/$(am__dirstamp) \
348 src/processor/$(DEPDIR)/$(am__dirstamp)
349src/$(am__dirstamp):
350 @$(mkdir_p) src
351 @: > src/$(am__dirstamp)
352src/libairbag.la: $(src_libairbag_la_OBJECTS) $(src_libairbag_la_DEPENDENCIES) src/$(am__dirstamp)
353 $(CXXLINK) -rpath $(libdir) $(src_libairbag_la_LDFLAGS) $(src_libairbag_la_OBJECTS) $(src_libairbag_la_LIBADD) $(LIBS)
brynercb91a2f2006-08-25 21:14:45 +0000354
355clean-noinstPROGRAMS:
356 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
357 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
358 echo " rm -f $$p $$f"; \
359 rm -f $$p $$f ; \
360 done
mmentovai425d2562006-08-30 20:05:05 +0000361src/processor/source_line_resolver_unittest.$(OBJEXT): \
362 src/processor/$(am__dirstamp) \
363 src/processor/$(DEPDIR)/$(am__dirstamp)
364src/processor/source_line_resolver_unittest$(EXEEXT): $(src_processor_source_line_resolver_unittest_OBJECTS) $(src_processor_source_line_resolver_unittest_DEPENDENCIES) src/processor/$(am__dirstamp)
365 @rm -f src/processor/source_line_resolver_unittest$(EXEEXT)
366 $(CXXLINK) $(src_processor_source_line_resolver_unittest_LDFLAGS) $(src_processor_source_line_resolver_unittest_OBJECTS) $(src_processor_source_line_resolver_unittest_LDADD) $(LIBS)
brynercb91a2f2006-08-25 21:14:45 +0000367
368mostlyclean-compile:
369 -rm -f *.$(OBJEXT)
mmentovai425d2562006-08-30 20:05:05 +0000370 -rm -f src/processor/source_line_resolver.$(OBJEXT)
371 -rm -f src/processor/source_line_resolver.lo
372 -rm -f src/processor/source_line_resolver_unittest.$(OBJEXT)
brynercb91a2f2006-08-25 21:14:45 +0000373
374distclean-compile:
375 -rm -f *.tab.c
376
mmentovai425d2562006-08-30 20:05:05 +0000377@AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/source_line_resolver.Plo@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/source_line_resolver_unittest.Po@am__quote@
brynercb91a2f2006-08-25 21:14:45 +0000379
380.cc.o:
mmentovai425d2562006-08-30 20:05:05 +0000381@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
382@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
383@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
brynercb91a2f2006-08-25 21:14:45 +0000384@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
385@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
387
388.cc.obj:
mmentovai425d2562006-08-30 20:05:05 +0000389@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
390@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
391@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
brynercb91a2f2006-08-25 21:14:45 +0000392@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
395
396.cc.lo:
mmentovai425d2562006-08-30 20:05:05 +0000397@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \
398@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
399@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
brynercb91a2f2006-08-25 21:14:45 +0000400@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
401@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
403
brynercb91a2f2006-08-25 21:14:45 +0000404mostlyclean-libtool:
405 -rm -f *.lo
406
407clean-libtool:
408 -rm -rf .libs _libs
mmentovai425d2562006-08-30 20:05:05 +0000409 -rm -rf src/.libs src/_libs
410 -rm -rf src/processor/.libs src/processor/_libs
brynercb91a2f2006-08-25 21:14:45 +0000411
412distclean-libtool:
413 -rm -f libtool
414uninstall-info-am:
415install-dist_docDATA: $(dist_doc_DATA)
416 @$(NORMAL_INSTALL)
417 test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
418 @list='$(dist_doc_DATA)'; for p in $$list; do \
419 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
420 f=$(am__strip_dir) \
421 echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
422 $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
423 done
424
425uninstall-dist_docDATA:
426 @$(NORMAL_UNINSTALL)
427 @list='$(dist_doc_DATA)'; for p in $$list; do \
428 f=$(am__strip_dir) \
429 echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
430 rm -f "$(DESTDIR)$(docdir)/$$f"; \
431 done
brynercb91a2f2006-08-25 21:14:45 +0000432
433ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435 unique=`for i in $$list; do \
436 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437 done | \
438 $(AWK) ' { files[$$0] = 1; } \
439 END { for (i in files) print i; }'`; \
440 mkid -fID $$unique
441tags: TAGS
442
443TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
444 $(TAGS_FILES) $(LISP)
445 tags=; \
446 here=`pwd`; \
447 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
448 unique=`for i in $$list; do \
449 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450 done | \
451 $(AWK) ' { files[$$0] = 1; } \
452 END { for (i in files) print i; }'`; \
453 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
454 test -n "$$unique" || unique=$$empty_fix; \
455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456 $$tags $$unique; \
457 fi
458ctags: CTAGS
459CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
460 $(TAGS_FILES) $(LISP)
461 tags=; \
462 here=`pwd`; \
463 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
464 unique=`for i in $$list; do \
465 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466 done | \
467 $(AWK) ' { files[$$0] = 1; } \
468 END { for (i in files) print i; }'`; \
469 test -z "$(CTAGS_ARGS)$$tags$$unique" \
470 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
471 $$tags $$unique
472
473GTAGS:
474 here=`$(am__cd) $(top_builddir) && pwd` \
475 && cd $(top_srcdir) \
476 && gtags -i $(GTAGS_ARGS) $$here
477
478distclean-tags:
479 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480
481check-TESTS: $(TESTS)
482 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
483 srcdir=$(srcdir); export srcdir; \
484 list='$(TESTS)'; \
485 if test -n "$$list"; then \
486 for tst in $$list; do \
487 if test -f ./$$tst; then dir=./; \
488 elif test -f $$tst; then dir=; \
489 else dir="$(srcdir)/"; fi; \
490 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
491 all=`expr $$all + 1`; \
492 case " $(XFAIL_TESTS) " in \
493 *" $$tst "*) \
494 xpass=`expr $$xpass + 1`; \
495 failed=`expr $$failed + 1`; \
496 echo "XPASS: $$tst"; \
497 ;; \
498 *) \
499 echo "PASS: $$tst"; \
500 ;; \
501 esac; \
502 elif test $$? -ne 77; then \
503 all=`expr $$all + 1`; \
504 case " $(XFAIL_TESTS) " in \
505 *" $$tst "*) \
506 xfail=`expr $$xfail + 1`; \
507 echo "XFAIL: $$tst"; \
508 ;; \
509 *) \
510 failed=`expr $$failed + 1`; \
511 echo "FAIL: $$tst"; \
512 ;; \
513 esac; \
514 else \
515 skip=`expr $$skip + 1`; \
516 echo "SKIP: $$tst"; \
517 fi; \
518 done; \
519 if test "$$failed" -eq 0; then \
520 if test "$$xfail" -eq 0; then \
521 banner="All $$all tests passed"; \
522 else \
523 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
524 fi; \
525 else \
526 if test "$$xpass" -eq 0; then \
527 banner="$$failed of $$all tests failed"; \
528 else \
529 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
530 fi; \
531 fi; \
532 dashes="$$banner"; \
533 skipped=""; \
534 if test "$$skip" -ne 0; then \
535 skipped="($$skip tests were not run)"; \
536 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
537 dashes="$$skipped"; \
538 fi; \
539 report=""; \
540 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
541 report="Please report to $(PACKAGE_BUGREPORT)"; \
542 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
543 dashes="$$report"; \
544 fi; \
545 dashes=`echo "$$dashes" | sed s/./=/g`; \
546 echo "$$dashes"; \
547 echo "$$banner"; \
548 test -z "$$skipped" || echo "$$skipped"; \
549 test -z "$$report" || echo "$$report"; \
550 echo "$$dashes"; \
551 test "$$failed" -eq 0; \
552 else :; fi
553
554distdir: $(DISTFILES)
555 $(am__remove_distdir)
556 mkdir $(distdir)
mmentovai425d2562006-08-30 20:05:05 +0000557 $(mkdir_p) $(distdir)/autotools $(distdir)/src $(distdir)/src/processor/testdata
brynercb91a2f2006-08-25 21:14:45 +0000558 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
559 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
560 list='$(DISTFILES)'; for file in $$list; do \
561 case $$file in \
562 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
563 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
564 esac; \
565 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
566 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
567 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
568 dir="/$$dir"; \
569 $(mkdir_p) "$(distdir)$$dir"; \
570 else \
571 dir=''; \
572 fi; \
573 if test -d $$d/$$file; then \
574 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
575 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
576 fi; \
577 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
578 else \
579 test -f $(distdir)/$$file \
580 || cp -p $$d/$$file $(distdir)/$$file \
581 || exit 1; \
582 fi; \
583 done
584 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
585 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
586 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
587 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
588 || chmod -R a+r $(distdir)
589dist-gzip: distdir
590 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
591 $(am__remove_distdir)
592
593dist-bzip2: distdir
594 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
595 $(am__remove_distdir)
596
597dist-tarZ: distdir
598 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
599 $(am__remove_distdir)
600
601dist-shar: distdir
602 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
603 $(am__remove_distdir)
604
605dist-zip: distdir
606 -rm -f $(distdir).zip
607 zip -rq $(distdir).zip $(distdir)
608 $(am__remove_distdir)
609
610dist dist-all: distdir
611 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
612 $(am__remove_distdir)
613
614# This target untars the dist file and tries a VPATH configuration. Then
615# it guarantees that the distribution is self-contained by making another
616# tarfile.
617distcheck: dist
618 case '$(DIST_ARCHIVES)' in \
619 *.tar.gz*) \
620 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
621 *.tar.bz2*) \
622 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
623 *.tar.Z*) \
624 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
625 *.shar.gz*) \
626 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
627 *.zip*) \
628 unzip $(distdir).zip ;;\
629 esac
630 chmod -R a-w $(distdir); chmod a+w $(distdir)
631 mkdir $(distdir)/_build
632 mkdir $(distdir)/_inst
633 chmod a-w $(distdir)
634 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
635 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
636 && cd $(distdir)/_build \
637 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
638 $(DISTCHECK_CONFIGURE_FLAGS) \
639 && $(MAKE) $(AM_MAKEFLAGS) \
640 && $(MAKE) $(AM_MAKEFLAGS) dvi \
641 && $(MAKE) $(AM_MAKEFLAGS) check \
642 && $(MAKE) $(AM_MAKEFLAGS) install \
643 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
644 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
645 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
646 distuninstallcheck \
647 && chmod -R a-w "$$dc_install_base" \
648 && ({ \
649 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
650 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
651 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
652 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
653 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
654 } || { rm -rf "$$dc_destdir"; exit 1; }) \
655 && rm -rf "$$dc_destdir" \
656 && $(MAKE) $(AM_MAKEFLAGS) dist \
657 && rm -rf $(DIST_ARCHIVES) \
658 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
659 $(am__remove_distdir)
660 @(echo "$(distdir) archives ready for distribution: "; \
661 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
662 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
663distuninstallcheck:
664 @cd $(distuninstallcheck_dir) \
665 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
666 || { echo "ERROR: files left after uninstall:" ; \
667 if test -n "$(DESTDIR)"; then \
668 echo " (check DESTDIR support)"; \
669 fi ; \
670 $(distuninstallcheck_listfiles) ; \
671 exit 1; } >&2
672distcleancheck: distclean
673 @if test '$(srcdir)' = . ; then \
674 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
675 exit 1 ; \
676 fi
677 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
678 || { echo "ERROR: files left in build directory after distclean:" ; \
679 $(distcleancheck_listfiles) ; \
680 exit 1; } >&2
681check-am: all-am
682 $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
683 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
684check: check-am
mmentovai425d2562006-08-30 20:05:05 +0000685all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA)
brynercb91a2f2006-08-25 21:14:45 +0000686installdirs:
mmentovai425d2562006-08-30 20:05:05 +0000687 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)"; do \
brynercb91a2f2006-08-25 21:14:45 +0000688 test -z "$$dir" || $(mkdir_p) "$$dir"; \
689 done
690install: install-am
691install-exec: install-exec-am
692install-data: install-data-am
693uninstall: uninstall-am
694
695install-am: all-am
696 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
697
698installcheck: installcheck-am
699install-strip:
700 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
701 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
702 `test -z '$(STRIP)' || \
703 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
704mostlyclean-generic:
705
706clean-generic:
707
708distclean-generic:
709 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
mmentovai425d2562006-08-30 20:05:05 +0000710 -rm -f src/$(am__dirstamp)
711 -rm -f src/processor/$(DEPDIR)/$(am__dirstamp)
712 -rm -f src/processor/$(am__dirstamp)
brynercb91a2f2006-08-25 21:14:45 +0000713
714maintainer-clean-generic:
715 @echo "This command is intended for maintainers to use"
716 @echo "it deletes files that may require special tools to rebuild."
717clean: clean-am
718
719clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
720 clean-noinstPROGRAMS mostlyclean-am
721
722distclean: distclean-am
723 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
mmentovai425d2562006-08-30 20:05:05 +0000724 -rm -rf src/processor/$(DEPDIR)
brynercb91a2f2006-08-25 21:14:45 +0000725 -rm -f Makefile
726distclean-am: clean-am distclean-compile distclean-generic \
727 distclean-hdr distclean-libtool distclean-tags
728
729dvi: dvi-am
730
731dvi-am:
732
733html: html-am
734
735info: info-am
736
737info-am:
738
mmentovai425d2562006-08-30 20:05:05 +0000739install-data-am: install-dist_docDATA
brynercb91a2f2006-08-25 21:14:45 +0000740
741install-exec-am: install-libLTLIBRARIES
742
743install-info: install-info-am
744
745install-man:
746
747installcheck-am:
748
749maintainer-clean: maintainer-clean-am
750 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
751 -rm -rf $(top_srcdir)/autom4te.cache
mmentovai425d2562006-08-30 20:05:05 +0000752 -rm -rf src/processor/$(DEPDIR)
brynercb91a2f2006-08-25 21:14:45 +0000753 -rm -f Makefile
754maintainer-clean-am: distclean-am maintainer-clean-generic
755
756mostlyclean: mostlyclean-am
757
758mostlyclean-am: mostlyclean-compile mostlyclean-generic \
759 mostlyclean-libtool
760
761pdf: pdf-am
762
763pdf-am:
764
765ps: ps-am
766
767ps-am:
768
mmentovai425d2562006-08-30 20:05:05 +0000769uninstall-am: uninstall-dist_docDATA uninstall-info-am \
770 uninstall-libLTLIBRARIES
brynercb91a2f2006-08-25 21:14:45 +0000771
772.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
773 clean clean-generic clean-libLTLIBRARIES clean-libtool \
774 clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
775 dist-shar dist-tarZ dist-zip distcheck distclean \
776 distclean-compile distclean-generic distclean-hdr \
777 distclean-libtool distclean-tags distcleancheck distdir \
778 distuninstallcheck dvi dvi-am html html-am info info-am \
779 install install-am install-data install-data-am \
mmentovai425d2562006-08-30 20:05:05 +0000780 install-dist_docDATA install-exec install-exec-am install-info \
781 install-info-am install-libLTLIBRARIES install-man \
782 install-strip installcheck installcheck-am installdirs \
783 maintainer-clean maintainer-clean-generic mostlyclean \
784 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
785 pdf pdf-am ps ps-am tags uninstall uninstall-am \
786 uninstall-dist_docDATA uninstall-info-am \
brynercb91a2f2006-08-25 21:14:45 +0000787 uninstall-libLTLIBRARIES
788
789
brynercb91a2f2006-08-25 21:14:45 +0000790libtool: $(LIBTOOL_DEPS)
791 $(SHELL) ./config.status --recheck
792# Tell versions [3.59,3.63) of GNU make to not export all variables.
793# Otherwise a system limit (for SysV at least) may be exceeded.
794.NOEXPORT: