source: trunk/src/Makefile.in @ 704

Revision 703, 25.0 KB checked in by dcarter, 3 months ago (diff)

fixes #139: Updated ant.m4 macro

Line 
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Copyright (c) 2005-2008 David Carter <dcarter@arm4.org> and others.
19# All rights reserved.   This program and the accompanying materials
20# are made available under the terms of the Eclipse Public License v1.0
21# which accompanies this distribution, and is available at
22# http://www.eclipse.org/legal/epl-v10.html
23
24VPATH = @srcdir@
25pkgdatadir = $(datadir)/@PACKAGE@
26pkgincludedir = $(includedir)/@PACKAGE@
27pkglibdir = $(libdir)/@PACKAGE@
28pkglibexecdir = $(libexecdir)/@PACKAGE@
29am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30install_sh_DATA = $(install_sh) -c -m 644
31install_sh_PROGRAM = $(install_sh) -c
32install_sh_SCRIPT = $(install_sh) -c
33INSTALL_HEADER = $(INSTALL_DATA)
34transform = $(program_transform_name)
35NORMAL_INSTALL = :
36PRE_INSTALL = :
37POST_INSTALL = :
38NORMAL_UNINSTALL = :
39PRE_UNINSTALL = :
40POST_UNINSTALL = :
41build_triplet = @build@
42host_triplet = @host@
43bin_PROGRAMS = arm4_control$(EXEEXT) arm4_daemon$(EXEEXT) \
44        arm4_dump$(EXEEXT) arm4_export$(EXEEXT) arm4_report$(EXEEXT)
45subdir = src
46DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
47ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48am__aclocal_m4_deps = $(top_srcdir)/m4/ant.m4 $(top_srcdir)/m4/db.m4 \
49        $(top_srcdir)/m4/db_cxx.m4 $(top_srcdir)/m4/efence.m4 \
50        $(top_srcdir)/m4/float_kludge.m4 $(top_srcdir)/m4/java.m4 \
51        $(top_srcdir)/m4/jni.m4 $(top_srcdir)/m4/libtool.m4 \
52        $(top_srcdir)/m4/libxml.m4 $(top_srcdir)/m4/ltoptions.m4 \
53        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
54        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nanosleep.m4 \
55        $(top_srcdir)/m4/pthread_condattr.m4 \
56        $(top_srcdir)/m4/pthread_mutex.m4 \
57        $(top_srcdir)/m4/pthread_stats.m4 $(top_srcdir)/m4/selinux.m4 \
58        $(top_srcdir)/m4/sqlite.m4 $(top_srcdir)/m4/ssl.m4 \
59        $(top_srcdir)/m4/tests.m4 $(top_srcdir)/m4/thread_safe.m4 \
60        $(top_srcdir)/m4/uuid.m4 $(top_srcdir)/configure.in
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62        $(ACLOCAL_M4)
63mkinstalldirs = $(install_sh) -d
64CONFIG_HEADER = $(top_builddir)/config.h
65CONFIG_CLEAN_FILES =
66CONFIG_CLEAN_VPATH_FILES =
67am__installdirs = "$(DESTDIR)$(bindir)"
68PROGRAMS = $(bin_PROGRAMS)
69am_arm4_control_OBJECTS = arm4_control.$(OBJEXT)
70arm4_control_OBJECTS = $(am_arm4_control_OBJECTS)
71arm4_control_DEPENDENCIES =  \
72        $(top_builddir)/src/libarm4db/libarm4db.la
73am_arm4_daemon_OBJECTS = arm4_daemon.$(OBJEXT)
74arm4_daemon_OBJECTS = $(am_arm4_daemon_OBJECTS)
75am__DEPENDENCIES_1 =
76arm4_daemon_DEPENDENCIES = $(top_builddir)/src/libarm4db/libarm4db.la \
77        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
78am_arm4_dump_OBJECTS = arm4_dump.$(OBJEXT)
79arm4_dump_OBJECTS = $(am_arm4_dump_OBJECTS)
80arm4_dump_DEPENDENCIES = $(top_builddir)/src/libarm4db/libarm4db.la
81am_arm4_export_OBJECTS = arm4_export.$(OBJEXT)
82arm4_export_OBJECTS = $(am_arm4_export_OBJECTS)
83arm4_export_DEPENDENCIES = $(top_builddir)/src/libarm4db/libarm4db.la
84am_arm4_report_OBJECTS = arm4_report.$(OBJEXT)
85arm4_report_OBJECTS = $(am_arm4_report_OBJECTS)
86arm4_report_DEPENDENCIES = $(top_builddir)/src/libarm4db/libarm4db.la
87DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
88depcomp = $(SHELL) $(top_srcdir)/depcomp
89am__depfiles_maybe = depfiles
90am__mv = mv -f
91CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
92        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
93LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
95        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
96CXXLD = $(CXX)
97CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
99        $(LDFLAGS) -o $@
100SOURCES = $(arm4_control_SOURCES) $(arm4_daemon_SOURCES) \
101        $(arm4_dump_SOURCES) $(arm4_export_SOURCES) \
102        $(arm4_report_SOURCES)
103DIST_SOURCES = $(arm4_control_SOURCES) $(arm4_daemon_SOURCES) \
104        $(arm4_dump_SOURCES) $(arm4_export_SOURCES) \
105        $(arm4_report_SOURCES)
106RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
107        html-recursive info-recursive install-data-recursive \
108        install-dvi-recursive install-exec-recursive \
109        install-html-recursive install-info-recursive \
110        install-pdf-recursive install-ps-recursive install-recursive \
111        installcheck-recursive installdirs-recursive pdf-recursive \
112        ps-recursive uninstall-recursive
113RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
114  distclean-recursive maintainer-clean-recursive
115AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
116        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
117        distdir
118ETAGS = etags
119CTAGS = ctags
120DIST_SUBDIRS = libarm4 libarm4db libarm4_null java test
121DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122am__relativize = \
123  dir0=`pwd`; \
124  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
125  sed_rest='s,^[^/]*/*,,'; \
126  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
127  sed_butlast='s,/*[^/]*$$,,'; \
128  while test -n "$$dir1"; do \
129    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
130    if test "$$first" != "."; then \
131      if test "$$first" = ".."; then \
132        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
133        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
134      else \
135        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
136        if test "$$first2" = "$$first"; then \
137          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
138        else \
139          dir2="../$$dir2"; \
140        fi; \
141        dir0="$$dir0"/"$$first"; \
142      fi; \
143    fi; \
144    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
145  done; \
146  reldir="$$dir2"
147ACLOCAL = @ACLOCAL@
148AMTAR = @AMTAR@
149ANT = @ANT@
150AR = @AR@
151AUTOCONF = @AUTOCONF@
152AUTOHEADER = @AUTOHEADER@
153AUTOMAKE = @AUTOMAKE@
154AWK = @AWK@
155BDB_CXX_LIBS = @BDB_CXX_LIBS@
156CC = @CC@
157CCDEPMODE = @CCDEPMODE@
158CFLAGS = @CFLAGS@
159CPP = @CPP@
160CPPFLAGS = @CPPFLAGS@
161CXX = @CXX@
162CXXCPP = @CXXCPP@
163CXXDEPMODE = @CXXDEPMODE@
164CXXFLAGS = @CXXFLAGS@
165CYGPATH_W = @CYGPATH_W@
166DB_LIBS = @DB_LIBS@
167DB_STAT = @DB_STAT@
168DEFS = @DEFS@
169DEPDIR = @DEPDIR@
170DLLTOOL = @DLLTOOL@
171DSYMUTIL = @DSYMUTIL@
172DUMPBIN = @DUMPBIN@
173ECHO_C = @ECHO_C@
174ECHO_N = @ECHO_N@
175ECHO_T = @ECHO_T@
176EFENCE_LIBS = @EFENCE_LIBS@
177EGREP = @EGREP@
178ENABLE_JAVA = @ENABLE_JAVA@
179EXEEXT = @EXEEXT@
180FGREP = @FGREP@
181GREP = @GREP@
182INSTALL = @INSTALL@
183INSTALL_DATA = @INSTALL_DATA@
184INSTALL_PROGRAM = @INSTALL_PROGRAM@
185INSTALL_SCRIPT = @INSTALL_SCRIPT@
186INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
187JNI_INCLUDES = @JNI_INCLUDES@
188LD = @LD@
189LDFLAGS = @LDFLAGS@
190LIBOBJS = @LIBOBJS@
191LIBS = @LIBS@
192LIBTOOL = @LIBTOOL@
193LIBXML_INCLUDES = @LIBXML_INCLUDES@
194LIBXML_LIBS = @LIBXML_LIBS@
195LIPO = @LIPO@
196LN_S = @LN_S@
197LTLIBOBJS = @LTLIBOBJS@
198MAKEINFO = @MAKEINFO@
199MANIFEST_TOOL = @MANIFEST_TOOL@
200MKDIR_P = @MKDIR_P@
201NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
202NM = @NM@
203NMEDIT = @NMEDIT@
204OBJDUMP = @OBJDUMP@
205OBJEXT = @OBJEXT@
206OTOOL = @OTOOL@
207OTOOL64 = @OTOOL64@
208PACKAGE = @PACKAGE@
209PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
210PACKAGE_NAME = @PACKAGE_NAME@
211PACKAGE_STRING = @PACKAGE_STRING@
212PACKAGE_TARNAME = @PACKAGE_TARNAME@
213PACKAGE_URL = @PACKAGE_URL@
214PACKAGE_VERSION = @PACKAGE_VERSION@
215PATH_SEPARATOR = @PATH_SEPARATOR@
216RANLIB = @RANLIB@
217SED = @SED@
218SET_MAKE = @SET_MAKE@
219SHELL = @SHELL@
220SQLITE_LIBS = @SQLITE_LIBS@
221SQLITE_STAT = @SQLITE_STAT@
222SSL_LIBS = @SSL_LIBS@
223STRIP = @STRIP@
224UUID_LIBS = @UUID_LIBS@
225VERSION = @VERSION@
226abs_builddir = @abs_builddir@
227abs_srcdir = @abs_srcdir@
228abs_top_builddir = @abs_top_builddir@
229abs_top_srcdir = @abs_top_srcdir@
230ac_ct_AR = @ac_ct_AR@
231ac_ct_CC = @ac_ct_CC@
232ac_ct_CXX = @ac_ct_CXX@
233ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
234am__include = @am__include@
235am__leading_dot = @am__leading_dot@
236am__quote = @am__quote@
237am__tar = @am__tar@
238am__untar = @am__untar@
239bindir = @bindir@
240build = @build@
241build_alias = @build_alias@
242build_cpu = @build_cpu@
243build_os = @build_os@
244build_vendor = @build_vendor@
245builddir = @builddir@
246datadir = @datadir@
247datarootdir = @datarootdir@
248docdir = @docdir@
249dvidir = @dvidir@
250exec_prefix = @exec_prefix@
251host = @host@
252host_alias = @host_alias@
253host_cpu = @host_cpu@
254host_os = @host_os@
255host_vendor = @host_vendor@
256htmldir = @htmldir@
257includedir = @includedir@
258infodir = @infodir@
259install_sh = @install_sh@
260libdir = @libdir@
261libexecdir = @libexecdir@
262localedir = @localedir@
263localstatedir = @localstatedir@
264mandir = @mandir@
265mkdir_p = @mkdir_p@
266oldincludedir = @oldincludedir@
267pdfdir = @pdfdir@
268prefix = @prefix@
269program_transform_name = @program_transform_name@
270psdir = @psdir@
271sbindir = @sbindir@
272sharedstatedir = @sharedstatedir@
273srcdir = @srcdir@
274sysconfdir = @sysconfdir@
275target_alias = @target_alias@
276top_build_prefix = @top_build_prefix@
277top_builddir = @top_builddir@
278top_srcdir = @top_srcdir@
279@BUILD_JAVA_TRUE@JAVA_SUBDIR = java
280@BUILD_TESTS_TRUE@ARM4_TEST_SUBDIR = test
281SUBDIRS = libarm4 libarm4db libarm4_null $(JAVA_SUBDIR) $(ARM4_TEST_SUBDIR)
282INCLUDES = -I$(top_srcdir)/include $(LIBXML_INCLUDES)
283AM_CFLAGS = -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wall
284arm4_control_SOURCES = arm4_control.cpp
285arm4_control_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm
286arm4_daemon_SOURCES = arm4_daemon.cpp
287arm4_daemon_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm $(EFENCE_LIBS) $(NANOSLEEP_LIBS)
288arm4_dump_SOURCES = arm4_dump.cpp
289arm4_dump_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm
290arm4_export_SOURCES = arm4_export.cpp
291arm4_export_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm
292arm4_report_SOURCES = arm4_report.cpp
293arm4_report_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm
294all: all-recursive
295
296.SUFFIXES:
297.SUFFIXES: .cpp .lo .o .obj
298$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
299        @for dep in $?; do \
300          case '$(am__configure_deps)' in \
301            *$$dep*) \
302              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303                && { if test -f $@; then exit 0; else break; fi; }; \
304              exit 1;; \
305          esac; \
306        done; \
307        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
308        $(am__cd) $(top_srcdir) && \
309          $(AUTOMAKE) --gnu src/Makefile
310.PRECIOUS: Makefile
311Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312        @case '$?' in \
313          *config.status*) \
314            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315          *) \
316            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318        esac;
319
320$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323$(top_srcdir)/configure:  $(am__configure_deps)
324        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
326        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327$(am__aclocal_m4_deps):
328install-binPROGRAMS: $(bin_PROGRAMS)
329        @$(NORMAL_INSTALL)
330        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
331        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
332        for p in $$list; do echo "$$p $$p"; done | \
333        sed 's/$(EXEEXT)$$//' | \
334        while read p p1; do if test -f $$p || test -f $$p1; \
335          then echo "$$p"; echo "$$p"; else :; fi; \
336        done | \
337        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
338            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
339        sed 'N;N;N;s,\n, ,g' | \
340        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
341          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
342            if ($$2 == $$4) files[d] = files[d] " " $$1; \
343            else { print "f", $$3 "/" $$4, $$1; } } \
344          END { for (d in files) print "f", d, files[d] }' | \
345        while read type dir files; do \
346            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
347            test -z "$$files" || { \
348            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
349            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
350            } \
351        ; done
352
353uninstall-binPROGRAMS:
354        @$(NORMAL_UNINSTALL)
355        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
356        files=`for p in $$list; do echo "$$p"; done | \
357          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
358              -e 's/$$/$(EXEEXT)/' `; \
359        test -n "$$list" || exit 0; \
360        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
361        cd "$(DESTDIR)$(bindir)" && rm -f $$files
362
363clean-binPROGRAMS:
364        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
365        echo " rm -f" $$list; \
366        rm -f $$list || exit $$?; \
367        test -n "$(EXEEXT)" || exit 0; \
368        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
369        echo " rm -f" $$list; \
370        rm -f $$list
371arm4_control$(EXEEXT): $(arm4_control_OBJECTS) $(arm4_control_DEPENDENCIES)
372        @rm -f arm4_control$(EXEEXT)
373        $(CXXLINK) $(arm4_control_OBJECTS) $(arm4_control_LDADD) $(LIBS)
374arm4_daemon$(EXEEXT): $(arm4_daemon_OBJECTS) $(arm4_daemon_DEPENDENCIES)
375        @rm -f arm4_daemon$(EXEEXT)
376        $(CXXLINK) $(arm4_daemon_OBJECTS) $(arm4_daemon_LDADD) $(LIBS)
377arm4_dump$(EXEEXT): $(arm4_dump_OBJECTS) $(arm4_dump_DEPENDENCIES)
378        @rm -f arm4_dump$(EXEEXT)
379        $(CXXLINK) $(arm4_dump_OBJECTS) $(arm4_dump_LDADD) $(LIBS)
380arm4_export$(EXEEXT): $(arm4_export_OBJECTS) $(arm4_export_DEPENDENCIES)
381        @rm -f arm4_export$(EXEEXT)
382        $(CXXLINK) $(arm4_export_OBJECTS) $(arm4_export_LDADD) $(LIBS)
383arm4_report$(EXEEXT): $(arm4_report_OBJECTS) $(arm4_report_DEPENDENCIES)
384        @rm -f arm4_report$(EXEEXT)
385        $(CXXLINK) $(arm4_report_OBJECTS) $(arm4_report_LDADD) $(LIBS)
386
387mostlyclean-compile:
388        -rm -f *.$(OBJEXT)
389
390distclean-compile:
391        -rm -f *.tab.c
392
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_control.Po@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_daemon.Po@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_dump.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_export.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_report.Po@am__quote@
398
399.cpp.o:
400@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
401@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
405
406.cpp.obj:
407@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
408@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
412
413.cpp.lo:
414@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
415@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
416@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
417@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
419
420mostlyclean-libtool:
421        -rm -f *.lo
422
423clean-libtool:
424        -rm -rf .libs _libs
425
426# This directory's subdirectories are mostly independent; you can cd
427# into them and run `make' without going through this Makefile.
428# To change the values of `make' variables: instead of editing Makefiles,
429# (1) if the variable is set in `config.status', edit `config.status'
430#     (which will cause the Makefiles to be regenerated when you run `make');
431# (2) otherwise, pass the desired values on the `make' command line.
432$(RECURSIVE_TARGETS):
433        @fail= failcom='exit 1'; \
434        for f in x $$MAKEFLAGS; do \
435          case $$f in \
436            *=* | --[!k]*);; \
437            *k*) failcom='fail=yes';; \
438          esac; \
439        done; \
440        dot_seen=no; \
441        target=`echo $@ | sed s/-recursive//`; \
442        list='$(SUBDIRS)'; for subdir in $$list; do \
443          echo "Making $$target in $$subdir"; \
444          if test "$$subdir" = "."; then \
445            dot_seen=yes; \
446            local_target="$$target-am"; \
447          else \
448            local_target="$$target"; \
449          fi; \
450          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
451          || eval $$failcom; \
452        done; \
453        if test "$$dot_seen" = "no"; then \
454          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
455        fi; test -z "$$fail"
456
457$(RECURSIVE_CLEAN_TARGETS):
458        @fail= failcom='exit 1'; \
459        for f in x $$MAKEFLAGS; do \
460          case $$f in \
461            *=* | --[!k]*);; \
462            *k*) failcom='fail=yes';; \
463          esac; \
464        done; \
465        dot_seen=no; \
466        case "$@" in \
467          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
468          *) list='$(SUBDIRS)' ;; \
469        esac; \
470        rev=''; for subdir in $$list; do \
471          if test "$$subdir" = "."; then :; else \
472            rev="$$subdir $$rev"; \
473          fi; \
474        done; \
475        rev="$$rev ."; \
476        target=`echo $@ | sed s/-recursive//`; \
477        for subdir in $$rev; do \
478          echo "Making $$target in $$subdir"; \
479          if test "$$subdir" = "."; then \
480            local_target="$$target-am"; \
481          else \
482            local_target="$$target"; \
483          fi; \
484          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
485          || eval $$failcom; \
486        done && test -z "$$fail"
487tags-recursive:
488        list='$(SUBDIRS)'; for subdir in $$list; do \
489          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
490        done
491ctags-recursive:
492        list='$(SUBDIRS)'; for subdir in $$list; do \
493          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
494        done
495
496ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
497        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
498        unique=`for i in $$list; do \
499            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500          done | \
501          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502              END { if (nonempty) { for (i in files) print i; }; }'`; \
503        mkid -fID $$unique
504tags: TAGS
505
506TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
507                $(TAGS_FILES) $(LISP)
508        set x; \
509        here=`pwd`; \
510        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
511          include_option=--etags-include; \
512          empty_fix=.; \
513        else \
514          include_option=--include; \
515          empty_fix=; \
516        fi; \
517        list='$(SUBDIRS)'; for subdir in $$list; do \
518          if test "$$subdir" = .; then :; else \
519            test ! -f $$subdir/TAGS || \
520              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
521          fi; \
522        done; \
523        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
524        unique=`for i in $$list; do \
525            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526          done | \
527          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
528              END { if (nonempty) { for (i in files) print i; }; }'`; \
529        shift; \
530        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
531          test -n "$$unique" || unique=$$empty_fix; \
532          if test $$# -gt 0; then \
533            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534              "$$@" $$unique; \
535          else \
536            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537              $$unique; \
538          fi; \
539        fi
540ctags: CTAGS
541CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
542                $(TAGS_FILES) $(LISP)
543        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
544        unique=`for i in $$list; do \
545            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
546          done | \
547          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
548              END { if (nonempty) { for (i in files) print i; }; }'`; \
549        test -z "$(CTAGS_ARGS)$$unique" \
550          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
551             $$unique
552
553GTAGS:
554        here=`$(am__cd) $(top_builddir) && pwd` \
555          && $(am__cd) $(top_srcdir) \
556          && gtags -i $(GTAGS_ARGS) "$$here"
557
558distclean-tags:
559        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
560
561distdir: $(DISTFILES)
562        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
563        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
564        list='$(DISTFILES)'; \
565          dist_files=`for file in $$list; do echo $$file; done | \
566          sed -e "s|^$$srcdirstrip/||;t" \
567              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
568        case $$dist_files in \
569          */*) $(MKDIR_P) `echo "$$dist_files" | \
570                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
571                           sort -u` ;; \
572        esac; \
573        for file in $$dist_files; do \
574          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
575          if test -d $$d/$$file; then \
576            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
577            if test -d "$(distdir)/$$file"; then \
578              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
579            fi; \
580            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
581              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
582              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
583            fi; \
584            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
585          else \
586            test -f "$(distdir)/$$file" \
587            || cp -p $$d/$$file "$(distdir)/$$file" \
588            || exit 1; \
589          fi; \
590        done
591        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
592          if test "$$subdir" = .; then :; else \
593            test -d "$(distdir)/$$subdir" \
594            || $(MKDIR_P) "$(distdir)/$$subdir" \
595            || exit 1; \
596          fi; \
597        done
598        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
599          if test "$$subdir" = .; then :; else \
600            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
601            $(am__relativize); \
602            new_distdir=$$reldir; \
603            dir1=$$subdir; dir2="$(top_distdir)"; \
604            $(am__relativize); \
605            new_top_distdir=$$reldir; \
606            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
607            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
608            ($(am__cd) $$subdir && \
609              $(MAKE) $(AM_MAKEFLAGS) \
610                top_distdir="$$new_top_distdir" \
611                distdir="$$new_distdir" \
612                am__remove_distdir=: \
613                am__skip_length_check=: \
614                am__skip_mode_fix=: \
615                distdir) \
616              || exit 1; \
617          fi; \
618        done
619check-am: all-am
620check: check-recursive
621all-am: Makefile $(PROGRAMS)
622installdirs: installdirs-recursive
623installdirs-am:
624        for dir in "$(DESTDIR)$(bindir)"; do \
625          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
626        done
627install: install-recursive
628install-exec: install-exec-recursive
629install-data: install-data-recursive
630uninstall: uninstall-recursive
631
632install-am: all-am
633        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
634
635installcheck: installcheck-recursive
636install-strip:
637        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
638          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
639          `test -z '$(STRIP)' || \
640            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
641mostlyclean-generic:
642
643clean-generic:
644
645distclean-generic:
646        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
647        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
648
649maintainer-clean-generic:
650        @echo "This command is intended for maintainers to use"
651        @echo "it deletes files that may require special tools to rebuild."
652clean: clean-recursive
653
654clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
655
656distclean: distclean-recursive
657        -rm -rf ./$(DEPDIR)
658        -rm -f Makefile
659distclean-am: clean-am distclean-compile distclean-generic \
660        distclean-tags
661
662dvi: dvi-recursive
663
664dvi-am:
665
666html: html-recursive
667
668html-am:
669
670info: info-recursive
671
672info-am:
673
674install-data-am:
675
676install-dvi: install-dvi-recursive
677
678install-dvi-am:
679
680install-exec-am: install-binPROGRAMS
681
682install-html: install-html-recursive
683
684install-html-am:
685
686install-info: install-info-recursive
687
688install-info-am:
689
690install-man:
691
692install-pdf: install-pdf-recursive
693
694install-pdf-am:
695
696install-ps: install-ps-recursive
697
698install-ps-am:
699
700installcheck-am:
701
702maintainer-clean: maintainer-clean-recursive
703        -rm -rf ./$(DEPDIR)
704        -rm -f Makefile
705maintainer-clean-am: distclean-am maintainer-clean-generic
706
707mostlyclean: mostlyclean-recursive
708
709mostlyclean-am: mostlyclean-compile mostlyclean-generic \
710        mostlyclean-libtool
711
712pdf: pdf-recursive
713
714pdf-am:
715
716ps: ps-recursive
717
718ps-am:
719
720uninstall-am: uninstall-binPROGRAMS
721
722.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
723        install-am install-strip tags-recursive
724
725.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
726        all all-am check check-am clean clean-binPROGRAMS \
727        clean-generic clean-libtool ctags ctags-recursive distclean \
728        distclean-compile distclean-generic distclean-libtool \
729        distclean-tags distdir dvi dvi-am html html-am info info-am \
730        install install-am install-binPROGRAMS install-data \
731        install-data-am install-dvi install-dvi-am install-exec \
732        install-exec-am install-html install-html-am install-info \
733        install-info-am install-man install-pdf install-pdf-am \
734        install-ps install-ps-am install-strip installcheck \
735        installcheck-am installdirs installdirs-am maintainer-clean \
736        maintainer-clean-generic mostlyclean mostlyclean-compile \
737        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
738        tags tags-recursive uninstall uninstall-am \
739        uninstall-binPROGRAMS
740
741
742# Tell versions [3.59,3.63) of GNU make to not export all variables.
743# Otherwise a system limit (for SysV at least) may be exceeded.
744.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.