blob: 85c1e3097d777ab0d562e70b747ff5b8e2212972 [file] [log] [blame]
bryner07f8ef52006-09-05 19:42:57 +00001# Makefile.in generated by automake 1.9.5 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
bryner07f8ef52006-09-05 19:42:57 +000034SOURCES = $(src_libairbag_la_SOURCES) $(src_processor_source_line_resolver_unittest_SOURCES)
35
brynercb91a2f2006-08-25 21:14:45 +000036srcdir = @srcdir@
37top_srcdir = @top_srcdir@
38VPATH = @srcdir@
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42top_builddir = .
43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44INSTALL = @INSTALL@
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = @build@
57host_triplet = @host@
58noinst_PROGRAMS = $(am__EXEEXT_1)
59DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
mmentovai425d2562006-08-30 20:05:05 +000060 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61 $(top_srcdir)/configure $(top_srcdir)/src/config.h.in AUTHORS \
62 COPYING ChangeLog INSTALL NEWS autotools/config.guess \
63 autotools/config.sub autotools/depcomp autotools/install-sh \
64 autotools/ltmain.sh autotools/missing
brynercb91a2f2006-08-25 21:14:45 +000065subdir = .
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67am__aclocal_m4_deps = $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69 $(ACLOCAL_M4)
70am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
71 configure.lineno configure.status.lineno
mmentovai425d2562006-08-30 20:05:05 +000072mkinstalldirs = $(install_sh) -d
brynercb91a2f2006-08-25 21:14:45 +000073CONFIG_HEADER = $(top_builddir)/src/config.h
74CONFIG_CLEAN_FILES =
75am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
76am__vpath_adj = case $$p in \
77 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
78 *) f=$$p;; \
79 esac;
80am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
mmentovai425d2562006-08-30 20:05:05 +000081am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)"
brynercb91a2f2006-08-25 21:14:45 +000082libLTLIBRARIES_INSTALL = $(INSTALL)
83LTLIBRARIES = $(lib_LTLIBRARIES)
mmentovai425d2562006-08-30 20:05:05 +000084src_libairbag_la_LIBADD =
85am__dirstamp = $(am__leading_dot)dirstamp
86am_src_libairbag_la_OBJECTS = src/processor/source_line_resolver.lo
87src_libairbag_la_OBJECTS = $(am_src_libairbag_la_OBJECTS)
88am__EXEEXT_1 = src/processor/source_line_resolver_unittest$(EXEEXT)
brynercb91a2f2006-08-25 21:14:45 +000089PROGRAMS = $(noinst_PROGRAMS)
mmentovai425d2562006-08-30 20:05:05 +000090am_src_processor_source_line_resolver_unittest_OBJECTS = \
91 src/processor/source_line_resolver_unittest.$(OBJEXT)
92src_processor_source_line_resolver_unittest_OBJECTS = \
93 $(am_src_processor_source_line_resolver_unittest_OBJECTS)
94src_processor_source_line_resolver_unittest_DEPENDENCIES = \
95 src/processor/source_line_resolver.lo
brynercb91a2f2006-08-25 21:14:45 +000096SCRIPTS = $(noinst_SCRIPTS)
97DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
mmentovai425d2562006-08-30 20:05:05 +000098depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
brynercb91a2f2006-08-25 21:14:45 +000099am__depfiles_maybe = depfiles
100CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
101 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
102LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
103 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
104 $(AM_CXXFLAGS) $(CXXFLAGS)
105CXXLD = $(CXX)
106CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
107 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
108COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
109 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
111 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
112 $(AM_CFLAGS) $(CFLAGS)
113CCLD = $(CC)
114LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
115 $(AM_LDFLAGS) $(LDFLAGS) -o $@
mmentovai425d2562006-08-30 20:05:05 +0000116SOURCES = $(src_libairbag_la_SOURCES) \
117 $(src_processor_source_line_resolver_unittest_SOURCES)
118DIST_SOURCES = $(src_libairbag_la_SOURCES) \
119 $(src_processor_source_line_resolver_unittest_SOURCES)
brynercb91a2f2006-08-25 21:14:45 +0000120dist_docDATA_INSTALL = $(INSTALL_DATA)
121DATA = $(dist_doc_DATA)
brynercb91a2f2006-08-25 21:14:45 +0000122ETAGS = etags
123CTAGS = ctags
124DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125distdir = $(PACKAGE)-$(VERSION)
126top_distdir = $(distdir)
127am__remove_distdir = \
128 { test ! -d $(distdir) \
129 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
130 && rm -fr $(distdir); }; }
131DIST_ARCHIVES = $(distdir).tar.gz
132GZIP_ENV = --best
133distuninstallcheck_listfiles = find . -type f -print
134distcleancheck_listfiles = find . -type f -print
135ACLOCAL = @ACLOCAL@
136AMDEP_FALSE = @AMDEP_FALSE@
137AMDEP_TRUE = @AMDEP_TRUE@
138AMTAR = @AMTAR@
139AR = @AR@
140AUTOCONF = @AUTOCONF@
141AUTOHEADER = @AUTOHEADER@
142AUTOMAKE = @AUTOMAKE@
143AWK = @AWK@
144CC = @CC@
145CCDEPMODE = @CCDEPMODE@
146CFLAGS = @CFLAGS@
147CPP = @CPP@
148CPPFLAGS = @CPPFLAGS@
149CXX = @CXX@
150CXXCPP = @CXXCPP@
151CXXDEPMODE = @CXXDEPMODE@
152CXXFLAGS = @CXXFLAGS@
153CYGPATH_W = @CYGPATH_W@
154DEFS = @DEFS@
155DEPDIR = @DEPDIR@
156ECHO = @ECHO@
157ECHO_C = @ECHO_C@
158ECHO_N = @ECHO_N@
159ECHO_T = @ECHO_T@
160EGREP = @EGREP@
161EXEEXT = @EXEEXT@
162F77 = @F77@
163FFLAGS = @FFLAGS@
164INSTALL_DATA = @INSTALL_DATA@
165INSTALL_PROGRAM = @INSTALL_PROGRAM@
166INSTALL_SCRIPT = @INSTALL_SCRIPT@
167INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168LDFLAGS = @LDFLAGS@
169LIBOBJS = @LIBOBJS@
170LIBS = @LIBS@
171LIBTOOL = @LIBTOOL@
172LIBTOOL_DEPS = @LIBTOOL_DEPS@
173LN_S = @LN_S@
174LTLIBOBJS = @LTLIBOBJS@
175MAKEINFO = @MAKEINFO@
176OBJEXT = @OBJEXT@
177PACKAGE = @PACKAGE@
178PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_STRING = @PACKAGE_STRING@
181PACKAGE_TARNAME = @PACKAGE_TARNAME@
182PACKAGE_VERSION = @PACKAGE_VERSION@
183PATH_SEPARATOR = @PATH_SEPARATOR@
184RANLIB = @RANLIB@
185SET_MAKE = @SET_MAKE@
186SHELL = @SHELL@
187STRIP = @STRIP@
188VERSION = @VERSION@
189ac_ct_AR = @ac_ct_AR@
190ac_ct_CC = @ac_ct_CC@
191ac_ct_CXX = @ac_ct_CXX@
192ac_ct_F77 = @ac_ct_F77@
193ac_ct_RANLIB = @ac_ct_RANLIB@
194ac_ct_STRIP = @ac_ct_STRIP@
195am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
196am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
197am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
198am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
199am__include = @am__include@
200am__leading_dot = @am__leading_dot@
201am__quote = @am__quote@
202am__tar = @am__tar@
203am__untar = @am__untar@
204bindir = @bindir@
205build = @build@
206build_alias = @build_alias@
207build_cpu = @build_cpu@
208build_os = @build_os@
209build_vendor = @build_vendor@
210datadir = @datadir@
211exec_prefix = @exec_prefix@
212host = @host@
213host_alias = @host_alias@
214host_cpu = @host_cpu@
215host_os = @host_os@
216host_vendor = @host_vendor@
217includedir = @includedir@
218infodir = @infodir@
219install_sh = @install_sh@
220libdir = @libdir@
221libexecdir = @libexecdir@
222localstatedir = @localstatedir@
223mandir = @mandir@
224mkdir_p = @mkdir_p@
225oldincludedir = @oldincludedir@
226prefix = @prefix@
227program_transform_name = @program_transform_name@
228sbindir = @sbindir@
229sharedstatedir = @sharedstatedir@
230sysconfdir = @sysconfdir@
231target_alias = @target_alias@
bryner07f8ef52006-09-05 19:42:57 +0000232
233# This allows #includes to be relative to src/
234AM_CPPFLAGS = -I$(top_srcdir)/src
brynercb91a2f2006-08-25 21:14:45 +0000235docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
mmentovai425d2562006-08-30 20:05:05 +0000236dist_doc_DATA = \
237 AUTHORS \
238 COPYING \
239 ChangeLog \
240 INSTALL \
241 NEWS \
242 README
243
244lib_LTLIBRARIES = src/libairbag.la
245src_libairbag_la_SOURCES = \
246 src/processor/source_line_resolver.cc \
247 src/processor/source_line_resolver.h
248
249TESTS = src/processor/source_line_resolver_unittest
brynercb91a2f2006-08-25 21:14:45 +0000250TESTS_ENVIRONMENT =
251check_SCRIPTS =
mmentovai425d2562006-08-30 20:05:05 +0000252src_processor_source_line_resolver_unittest_SOURCES = \
253 src/processor/source_line_resolver_unittest.cc
brynercb91a2f2006-08-25 21:14:45 +0000254
mmentovai425d2562006-08-30 20:05:05 +0000255src_processor_source_line_resolver_unittest_LDADD = \
256 src/processor/source_line_resolver.lo
brynercb91a2f2006-08-25 21:14:45 +0000257
mmentovai425d2562006-08-30 20:05:05 +0000258noinst_SCRIPTS = $(check_SCRIPTS)
259EXTRA_DIST = \
260 $(SCRIPTS) \
261 src/processor/testdata/module1.out \
262 src/processor/testdata/module2.out \
263 src/processor/testdata/module3_bad.out
brynercb91a2f2006-08-25 21:14:45 +0000264
brynercb91a2f2006-08-25 21:14:45 +0000265all: all-am
266
267.SUFFIXES:
268.SUFFIXES: .cc .lo .o .obj
269am--refresh:
270 @:
271$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
272 @for dep in $?; do \
273 case '$(am__configure_deps)' in \
274 *$$dep*) \
275 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
276 cd $(srcdir) && $(AUTOMAKE) --gnu \
277 && exit 0; \
278 exit 1;; \
279 esac; \
280 done; \
281 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
282 cd $(top_srcdir) && \
283 $(AUTOMAKE) --gnu Makefile
284.PRECIOUS: Makefile
285Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
286 @case '$?' in \
287 *config.status*) \
288 echo ' $(SHELL) ./config.status'; \
289 $(SHELL) ./config.status;; \
290 *) \
291 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
292 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
293 esac;
294
295$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
296 $(SHELL) ./config.status --recheck
297
298$(top_srcdir)/configure: $(am__configure_deps)
299 cd $(srcdir) && $(AUTOCONF)
300$(ACLOCAL_M4): $(am__aclocal_m4_deps)
301 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
302
303src/config.h: src/stamp-h1
304 @if test ! -f $@; then \
305 rm -f src/stamp-h1; \
306 $(MAKE) src/stamp-h1; \
307 else :; fi
308
309src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
310 @rm -f src/stamp-h1
311 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
312$(top_srcdir)/src/config.h.in: $(am__configure_deps)
313 cd $(top_srcdir) && $(AUTOHEADER)
314 rm -f src/stamp-h1
315 touch $@
316
317distclean-hdr:
318 -rm -f src/config.h src/stamp-h1
319install-libLTLIBRARIES: $(lib_LTLIBRARIES)
320 @$(NORMAL_INSTALL)
321 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
322 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
323 if test -f $$p; then \
324 f=$(am__strip_dir) \
325 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
326 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
327 else :; fi; \
328 done
329
330uninstall-libLTLIBRARIES:
331 @$(NORMAL_UNINSTALL)
332 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
333 p=$(am__strip_dir) \
334 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
335 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
336 done
337
338clean-libLTLIBRARIES:
339 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
340 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
341 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
342 test "$$dir" != "$$p" || dir=.; \
343 echo "rm -f \"$${dir}/so_locations\""; \
344 rm -f "$${dir}/so_locations"; \
345 done
mmentovai425d2562006-08-30 20:05:05 +0000346src/processor/$(am__dirstamp):
347 @$(mkdir_p) src/processor
348 @: > src/processor/$(am__dirstamp)
349src/processor/$(DEPDIR)/$(am__dirstamp):
350 @$(mkdir_p) src/processor/$(DEPDIR)
351 @: > src/processor/$(DEPDIR)/$(am__dirstamp)
352src/processor/source_line_resolver.lo: src/processor/$(am__dirstamp) \
353 src/processor/$(DEPDIR)/$(am__dirstamp)
354src/$(am__dirstamp):
355 @$(mkdir_p) src
356 @: > src/$(am__dirstamp)
357src/libairbag.la: $(src_libairbag_la_OBJECTS) $(src_libairbag_la_DEPENDENCIES) src/$(am__dirstamp)
358 $(CXXLINK) -rpath $(libdir) $(src_libairbag_la_LDFLAGS) $(src_libairbag_la_OBJECTS) $(src_libairbag_la_LIBADD) $(LIBS)
brynercb91a2f2006-08-25 21:14:45 +0000359
360clean-noinstPROGRAMS:
361 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
362 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
363 echo " rm -f $$p $$f"; \
364 rm -f $$p $$f ; \
365 done
mmentovai425d2562006-08-30 20:05:05 +0000366src/processor/source_line_resolver_unittest.$(OBJEXT): \
367 src/processor/$(am__dirstamp) \
368 src/processor/$(DEPDIR)/$(am__dirstamp)
369src/processor/source_line_resolver_unittest$(EXEEXT): $(src_processor_source_line_resolver_unittest_OBJECTS) $(src_processor_source_line_resolver_unittest_DEPENDENCIES) src/processor/$(am__dirstamp)
370 @rm -f src/processor/source_line_resolver_unittest$(EXEEXT)
371 $(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 +0000372
373mostlyclean-compile:
374 -rm -f *.$(OBJEXT)
mmentovai425d2562006-08-30 20:05:05 +0000375 -rm -f src/processor/source_line_resolver.$(OBJEXT)
376 -rm -f src/processor/source_line_resolver.lo
377 -rm -f src/processor/source_line_resolver_unittest.$(OBJEXT)
brynercb91a2f2006-08-25 21:14:45 +0000378
379distclean-compile:
380 -rm -f *.tab.c
381
mmentovai425d2562006-08-30 20:05:05 +0000382@AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/source_line_resolver.Plo@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@src/processor/$(DEPDIR)/source_line_resolver_unittest.Po@am__quote@
brynercb91a2f2006-08-25 21:14:45 +0000384
385.cc.o:
mmentovai425d2562006-08-30 20:05:05 +0000386@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
387@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
388@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
brynercb91a2f2006-08-25 21:14:45 +0000389@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
390@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
392
393.cc.obj:
mmentovai425d2562006-08-30 20:05:05 +0000394@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
395@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
396@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
brynercb91a2f2006-08-25 21:14:45 +0000397@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
398@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
400
401.cc.lo:
mmentovai425d2562006-08-30 20:05:05 +0000402@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \
403@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
404@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
brynercb91a2f2006-08-25 21:14:45 +0000405@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
406@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
408
brynercb91a2f2006-08-25 21:14:45 +0000409mostlyclean-libtool:
410 -rm -f *.lo
411
412clean-libtool:
413 -rm -rf .libs _libs
mmentovai425d2562006-08-30 20:05:05 +0000414 -rm -rf src/.libs src/_libs
415 -rm -rf src/processor/.libs src/processor/_libs
brynercb91a2f2006-08-25 21:14:45 +0000416
417distclean-libtool:
418 -rm -f libtool
419uninstall-info-am:
420install-dist_docDATA: $(dist_doc_DATA)
421 @$(NORMAL_INSTALL)
422 test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
423 @list='$(dist_doc_DATA)'; for p in $$list; do \
424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425 f=$(am__strip_dir) \
426 echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
427 $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
428 done
429
430uninstall-dist_docDATA:
431 @$(NORMAL_UNINSTALL)
432 @list='$(dist_doc_DATA)'; for p in $$list; do \
433 f=$(am__strip_dir) \
434 echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
435 rm -f "$(DESTDIR)$(docdir)/$$f"; \
436 done
brynercb91a2f2006-08-25 21:14:45 +0000437
438ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
439 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
440 unique=`for i in $$list; do \
441 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
442 done | \
443 $(AWK) ' { files[$$0] = 1; } \
444 END { for (i in files) print i; }'`; \
445 mkid -fID $$unique
446tags: TAGS
447
448TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
449 $(TAGS_FILES) $(LISP)
450 tags=; \
451 here=`pwd`; \
452 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453 unique=`for i in $$list; do \
454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 done | \
456 $(AWK) ' { files[$$0] = 1; } \
457 END { for (i in files) print i; }'`; \
458 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
459 test -n "$$unique" || unique=$$empty_fix; \
460 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461 $$tags $$unique; \
462 fi
463ctags: CTAGS
464CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
465 $(TAGS_FILES) $(LISP)
466 tags=; \
467 here=`pwd`; \
468 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
469 unique=`for i in $$list; do \
470 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471 done | \
472 $(AWK) ' { files[$$0] = 1; } \
473 END { for (i in files) print i; }'`; \
474 test -z "$(CTAGS_ARGS)$$tags$$unique" \
475 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476 $$tags $$unique
477
478GTAGS:
479 here=`$(am__cd) $(top_builddir) && pwd` \
480 && cd $(top_srcdir) \
481 && gtags -i $(GTAGS_ARGS) $$here
482
483distclean-tags:
484 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
485
486check-TESTS: $(TESTS)
487 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
488 srcdir=$(srcdir); export srcdir; \
489 list='$(TESTS)'; \
490 if test -n "$$list"; then \
491 for tst in $$list; do \
492 if test -f ./$$tst; then dir=./; \
493 elif test -f $$tst; then dir=; \
494 else dir="$(srcdir)/"; fi; \
495 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
496 all=`expr $$all + 1`; \
497 case " $(XFAIL_TESTS) " in \
498 *" $$tst "*) \
499 xpass=`expr $$xpass + 1`; \
500 failed=`expr $$failed + 1`; \
501 echo "XPASS: $$tst"; \
502 ;; \
503 *) \
504 echo "PASS: $$tst"; \
505 ;; \
506 esac; \
507 elif test $$? -ne 77; then \
508 all=`expr $$all + 1`; \
509 case " $(XFAIL_TESTS) " in \
510 *" $$tst "*) \
511 xfail=`expr $$xfail + 1`; \
512 echo "XFAIL: $$tst"; \
513 ;; \
514 *) \
515 failed=`expr $$failed + 1`; \
516 echo "FAIL: $$tst"; \
517 ;; \
518 esac; \
519 else \
520 skip=`expr $$skip + 1`; \
521 echo "SKIP: $$tst"; \
522 fi; \
523 done; \
524 if test "$$failed" -eq 0; then \
525 if test "$$xfail" -eq 0; then \
526 banner="All $$all tests passed"; \
527 else \
528 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
529 fi; \
530 else \
531 if test "$$xpass" -eq 0; then \
532 banner="$$failed of $$all tests failed"; \
533 else \
534 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
535 fi; \
536 fi; \
537 dashes="$$banner"; \
538 skipped=""; \
539 if test "$$skip" -ne 0; then \
540 skipped="($$skip tests were not run)"; \
541 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
542 dashes="$$skipped"; \
543 fi; \
544 report=""; \
545 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
546 report="Please report to $(PACKAGE_BUGREPORT)"; \
547 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
548 dashes="$$report"; \
549 fi; \
550 dashes=`echo "$$dashes" | sed s/./=/g`; \
551 echo "$$dashes"; \
552 echo "$$banner"; \
553 test -z "$$skipped" || echo "$$skipped"; \
554 test -z "$$report" || echo "$$report"; \
555 echo "$$dashes"; \
556 test "$$failed" -eq 0; \
557 else :; fi
558
559distdir: $(DISTFILES)
560 $(am__remove_distdir)
561 mkdir $(distdir)
mmentovai425d2562006-08-30 20:05:05 +0000562 $(mkdir_p) $(distdir)/autotools $(distdir)/src $(distdir)/src/processor/testdata
brynercb91a2f2006-08-25 21:14:45 +0000563 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
564 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
565 list='$(DISTFILES)'; for file in $$list; do \
566 case $$file in \
567 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
568 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
569 esac; \
570 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
571 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
572 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
573 dir="/$$dir"; \
574 $(mkdir_p) "$(distdir)$$dir"; \
575 else \
576 dir=''; \
577 fi; \
578 if test -d $$d/$$file; then \
579 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
580 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
581 fi; \
582 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
583 else \
584 test -f $(distdir)/$$file \
585 || cp -p $$d/$$file $(distdir)/$$file \
586 || exit 1; \
587 fi; \
588 done
589 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
590 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
591 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
592 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
593 || chmod -R a+r $(distdir)
594dist-gzip: distdir
595 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
596 $(am__remove_distdir)
597
598dist-bzip2: distdir
599 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
600 $(am__remove_distdir)
601
602dist-tarZ: distdir
603 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
604 $(am__remove_distdir)
605
606dist-shar: distdir
607 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
608 $(am__remove_distdir)
609
610dist-zip: distdir
611 -rm -f $(distdir).zip
612 zip -rq $(distdir).zip $(distdir)
613 $(am__remove_distdir)
614
615dist dist-all: distdir
616 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
617 $(am__remove_distdir)
618
619# This target untars the dist file and tries a VPATH configuration. Then
620# it guarantees that the distribution is self-contained by making another
621# tarfile.
622distcheck: dist
623 case '$(DIST_ARCHIVES)' in \
624 *.tar.gz*) \
625 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
626 *.tar.bz2*) \
627 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
628 *.tar.Z*) \
629 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
630 *.shar.gz*) \
631 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
632 *.zip*) \
633 unzip $(distdir).zip ;;\
634 esac
635 chmod -R a-w $(distdir); chmod a+w $(distdir)
636 mkdir $(distdir)/_build
637 mkdir $(distdir)/_inst
638 chmod a-w $(distdir)
639 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
640 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
641 && cd $(distdir)/_build \
642 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
643 $(DISTCHECK_CONFIGURE_FLAGS) \
644 && $(MAKE) $(AM_MAKEFLAGS) \
645 && $(MAKE) $(AM_MAKEFLAGS) dvi \
646 && $(MAKE) $(AM_MAKEFLAGS) check \
647 && $(MAKE) $(AM_MAKEFLAGS) install \
648 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
649 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
650 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
651 distuninstallcheck \
652 && chmod -R a-w "$$dc_install_base" \
653 && ({ \
654 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
655 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
656 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
657 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
658 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
659 } || { rm -rf "$$dc_destdir"; exit 1; }) \
660 && rm -rf "$$dc_destdir" \
661 && $(MAKE) $(AM_MAKEFLAGS) dist \
662 && rm -rf $(DIST_ARCHIVES) \
663 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
664 $(am__remove_distdir)
665 @(echo "$(distdir) archives ready for distribution: "; \
666 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
667 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
668distuninstallcheck:
669 @cd $(distuninstallcheck_dir) \
670 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
671 || { echo "ERROR: files left after uninstall:" ; \
672 if test -n "$(DESTDIR)"; then \
673 echo " (check DESTDIR support)"; \
674 fi ; \
675 $(distuninstallcheck_listfiles) ; \
676 exit 1; } >&2
677distcleancheck: distclean
678 @if test '$(srcdir)' = . ; then \
679 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
680 exit 1 ; \
681 fi
682 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
683 || { echo "ERROR: files left in build directory after distclean:" ; \
684 $(distcleancheck_listfiles) ; \
685 exit 1; } >&2
686check-am: all-am
687 $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
688 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
689check: check-am
mmentovai425d2562006-08-30 20:05:05 +0000690all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA)
brynercb91a2f2006-08-25 21:14:45 +0000691installdirs:
mmentovai425d2562006-08-30 20:05:05 +0000692 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)"; do \
brynercb91a2f2006-08-25 21:14:45 +0000693 test -z "$$dir" || $(mkdir_p) "$$dir"; \
694 done
695install: install-am
696install-exec: install-exec-am
697install-data: install-data-am
698uninstall: uninstall-am
699
700install-am: all-am
701 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
702
703installcheck: installcheck-am
704install-strip:
705 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
706 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
707 `test -z '$(STRIP)' || \
708 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
709mostlyclean-generic:
710
711clean-generic:
712
713distclean-generic:
714 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
mmentovai425d2562006-08-30 20:05:05 +0000715 -rm -f src/$(am__dirstamp)
716 -rm -f src/processor/$(DEPDIR)/$(am__dirstamp)
717 -rm -f src/processor/$(am__dirstamp)
brynercb91a2f2006-08-25 21:14:45 +0000718
719maintainer-clean-generic:
720 @echo "This command is intended for maintainers to use"
721 @echo "it deletes files that may require special tools to rebuild."
722clean: clean-am
723
724clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
725 clean-noinstPROGRAMS mostlyclean-am
726
727distclean: distclean-am
728 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
mmentovai425d2562006-08-30 20:05:05 +0000729 -rm -rf src/processor/$(DEPDIR)
brynercb91a2f2006-08-25 21:14:45 +0000730 -rm -f Makefile
731distclean-am: clean-am distclean-compile distclean-generic \
732 distclean-hdr distclean-libtool distclean-tags
733
734dvi: dvi-am
735
736dvi-am:
737
738html: html-am
739
740info: info-am
741
742info-am:
743
mmentovai425d2562006-08-30 20:05:05 +0000744install-data-am: install-dist_docDATA
brynercb91a2f2006-08-25 21:14:45 +0000745
746install-exec-am: install-libLTLIBRARIES
747
748install-info: install-info-am
749
750install-man:
751
752installcheck-am:
753
754maintainer-clean: maintainer-clean-am
755 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
756 -rm -rf $(top_srcdir)/autom4te.cache
mmentovai425d2562006-08-30 20:05:05 +0000757 -rm -rf src/processor/$(DEPDIR)
brynercb91a2f2006-08-25 21:14:45 +0000758 -rm -f Makefile
759maintainer-clean-am: distclean-am maintainer-clean-generic
760
761mostlyclean: mostlyclean-am
762
763mostlyclean-am: mostlyclean-compile mostlyclean-generic \
764 mostlyclean-libtool
765
766pdf: pdf-am
767
768pdf-am:
769
770ps: ps-am
771
772ps-am:
773
mmentovai425d2562006-08-30 20:05:05 +0000774uninstall-am: uninstall-dist_docDATA uninstall-info-am \
775 uninstall-libLTLIBRARIES
brynercb91a2f2006-08-25 21:14:45 +0000776
777.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
778 clean clean-generic clean-libLTLIBRARIES clean-libtool \
779 clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
780 dist-shar dist-tarZ dist-zip distcheck distclean \
781 distclean-compile distclean-generic distclean-hdr \
782 distclean-libtool distclean-tags distcleancheck distdir \
783 distuninstallcheck dvi dvi-am html html-am info info-am \
784 install install-am install-data install-data-am \
mmentovai425d2562006-08-30 20:05:05 +0000785 install-dist_docDATA install-exec install-exec-am install-info \
786 install-info-am install-libLTLIBRARIES install-man \
787 install-strip installcheck installcheck-am installdirs \
788 maintainer-clean maintainer-clean-generic mostlyclean \
789 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
790 pdf pdf-am ps ps-am tags uninstall uninstall-am \
791 uninstall-dist_docDATA uninstall-info-am \
brynercb91a2f2006-08-25 21:14:45 +0000792 uninstall-libLTLIBRARIES
793
794
brynercb91a2f2006-08-25 21:14:45 +0000795libtool: $(LIBTOOL_DEPS)
796 $(SHELL) ./config.status --recheck
797# Tell versions [3.59,3.63) of GNU make to not export all variables.
798# Otherwise a system limit (for SysV at least) may be exceeded.
799.NOEXPORT: