blob: 670ddb3ba19113c45c6d4d2182b4d048c25bf021 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Makefile.in generated by automake 1.13.4 from Makefile.am.
Emeric Vigier2f625822012-08-06 11:09:52 -04002# @configure_input@
3
Alexandre Lisionddd731e2014-01-31 11:50:08 -05004# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
Emeric Vigier2f625822012-08-06 11:09:52 -04006# 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
17# Copyright (C) 1999-2005 Open Source Telecom Corporation.
18# Copyright (C) 2006-2008 David Sugar, Tycho Softworks.
19#
20# This file is free software; as a special exception the author gives
21# unlimited permission to copy and/or distribute it, with or without
22# modifications, as long as this notice is preserved.
23#
24# This program is distributed in the hope that it will be useful, but
25# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
26# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27
28
29VPATH = @srcdir@
Alexandre Lisionddd731e2014-01-31 11:50:08 -050030am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
31am__make_running_with_option = \
32 case $${target_option-} in \
33 ?) ;; \
34 *) echo "am__make_running_with_option: internal error: invalid" \
35 "target option '$${target_option-}' specified" >&2; \
36 exit 1;; \
37 esac; \
38 has_opt=no; \
39 sane_makeflags=$$MAKEFLAGS; \
40 if $(am__is_gnu_make); then \
41 sane_makeflags=$$MFLAGS; \
42 else \
43 case $$MAKEFLAGS in \
44 *\\[\ \ ]*) \
45 bs=\\; \
46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
48 esac; \
49 fi; \
50 skip_next=no; \
51 strip_trailopt () \
52 { \
53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 }; \
55 for flg in $$sane_makeflags; do \
56 test $$skip_next = yes && { skip_next=no; continue; }; \
57 case $$flg in \
58 *=*|--*) continue;; \
59 -*I) strip_trailopt 'I'; skip_next=yes;; \
60 -*I?*) strip_trailopt 'I';; \
61 -*O) strip_trailopt 'O'; skip_next=yes;; \
62 -*O?*) strip_trailopt 'O';; \
63 -*l) strip_trailopt 'l'; skip_next=yes;; \
64 -*l?*) strip_trailopt 'l';; \
65 -[dEDm]) skip_next=yes;; \
66 -[JT]) skip_next=yes;; \
67 esac; \
68 case $$flg in \
69 *$$target_option*) has_opt=yes; break;; \
70 esac; \
71 done; \
72 test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Emeric Vigier2f625822012-08-06 11:09:52 -040075pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93target_triplet = @target@
94bin_PROGRAMS = phone$(EXEEXT)
95subdir = phone
Alexandre Lisionddd731e2014-01-31 11:50:08 -050096DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
97 $(ccxxinclude_HEADERS) $(noinst_HEADERS)
Emeric Vigier2f625822012-08-06 11:09:52 -040098ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
100 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
101 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
102 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
103 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
104 $(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106 $(ACLOCAL_M4)
107mkinstalldirs = $(install_sh) -d
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500108CONFIG_HEADER = $(top_builddir)/ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400109CONFIG_CLEAN_FILES =
110CONFIG_CLEAN_VPATH_FILES =
111am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(ccxxincludedir)"
112PROGRAMS = $(bin_PROGRAMS)
113am_phone_OBJECTS = phone.$(OBJEXT) config.$(OBJEXT) server.$(OBJEXT) \
114 rtp.$(OBJEXT)
115phone_OBJECTS = $(am_phone_OBJECTS)
116phone_DEPENDENCIES = ../src/libccrtp1.la
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500117AM_V_lt = $(am__v_lt_@AM_V@)
118am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
119am__v_lt_0 = --silent
120am__v_lt_1 =
121AM_V_P = $(am__v_P_@AM_V@)
122am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123am__v_P_0 = false
124am__v_P_1 = :
125AM_V_GEN = $(am__v_GEN_@AM_V@)
126am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127am__v_GEN_0 = @echo " GEN " $@;
128am__v_GEN_1 =
129AM_V_at = $(am__v_at_@AM_V@)
130am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131am__v_at_0 = @
132am__v_at_1 =
133DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400134depcomp =
135am__depfiles_maybe =
136CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
137 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500138LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
139 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
140 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
141 $(AM_CXXFLAGS) $(CXXFLAGS)
142AM_V_CXX = $(am__v_CXX_@AM_V@)
143am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
144am__v_CXX_0 = @echo " CXX " $@;
145am__v_CXX_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400146CXXLD = $(CXX)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500147CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
148 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
149 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
150AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
151am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
152am__v_CXXLD_0 = @echo " CXXLD " $@;
153am__v_CXXLD_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400154SOURCES = $(phone_SOURCES)
155DIST_SOURCES = $(phone_SOURCES)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500156am__can_run_installinfo = \
157 case $$AM_UPDATE_INFO_DIR in \
158 n|no|NO) false;; \
159 *) (install-info --version) >/dev/null 2>&1;; \
160 esac
Emeric Vigier2f625822012-08-06 11:09:52 -0400161am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
162am__vpath_adj = case $$p in \
163 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
164 *) f=$$p;; \
165 esac;
166am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
167am__install_max = 40
168am__nobase_strip_setup = \
169 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
170am__nobase_strip = \
171 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
172am__nobase_list = $(am__nobase_strip_setup); \
173 for p in $$list; do echo "$$p $$p"; done | \
174 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
175 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
176 if (++n[$$2] == $(am__install_max)) \
177 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
178 END { for (dir in files) print dir, files[dir] }'
179am__base_list = \
180 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
181 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500182am__uninstall_files_from_dir = { \
183 test -z "$$files" \
184 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
185 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
186 $(am__cd) "$$dir" && rm -f $$files; }; \
187 }
Emeric Vigier2f625822012-08-06 11:09:52 -0400188HEADERS = $(ccxxinclude_HEADERS) $(noinst_HEADERS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500189am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190# Read a list of newline-separated strings from the standard input,
191# and print each of them once, without duplicates. Input order is
192# *not* preserved.
193am__uniquify_input = $(AWK) '\
194 BEGIN { nonempty = 0; } \
195 { items[$$0] = 1; nonempty = 1; } \
196 END { if (nonempty) { for (i in items) print i; }; } \
197'
198# Make sure the list of sources is unique. This is necessary because,
199# e.g., the same source file might be shared among _SOURCES variables
200# for different programs/libraries.
201am__define_uniq_tagged_files = \
202 list='$(am__tagged_files)'; \
203 unique=`for i in $$list; do \
204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205 done | $(am__uniquify_input)`
Emeric Vigier2f625822012-08-06 11:09:52 -0400206ETAGS = etags
207CTAGS = ctags
208DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
209ACLOCAL = @ACLOCAL@
210AMTAR = @AMTAR@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500211AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Emeric Vigier2f625822012-08-06 11:09:52 -0400212AR = @AR@
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500213AS = @AS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400214AUTOCONF = @AUTOCONF@
215AUTOHEADER = @AUTOHEADER@
216AUTOMAKE = @AUTOMAKE@
217AWK = @AWK@
218CC = @CC@
219CCDEPMODE = @CCDEPMODE@
220CFLAGS = @CFLAGS@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500221COMMONCPP_CFLAGS = @COMMONCPP_CFLAGS@
222COMMONCPP_LIBS = @COMMONCPP_LIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400223CPP = @CPP@
224CPPFLAGS = @CPPFLAGS@
225CXX = @CXX@
226CXXCPP = @CXXCPP@
227CXXDEPMODE = @CXXDEPMODE@
228CXXFLAGS = @CXXFLAGS@
229CYGPATH_W = @CYGPATH_W@
230DEFS = @DEFS@
231DEPDIR = @DEPDIR@
232DLLTOOL = @DLLTOOL@
233DOXYGEN = @DOXYGEN@
234DSYMUTIL = @DSYMUTIL@
235DUMPBIN = @DUMPBIN@
236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGREP = @EGREP@
240EXEEXT = @EXEEXT@
241FGREP = @FGREP@
242FTPDIR = @FTPDIR@
243GNULIBS = @GNULIBS@
244GREP = @GREP@
245INSTALL = @INSTALL@
246INSTALL_DATA = @INSTALL_DATA@
247INSTALL_PROGRAM = @INSTALL_PROGRAM@
248INSTALL_SCRIPT = @INSTALL_SCRIPT@
249INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
250KDOC_DIR = @KDOC_DIR@
251LD = @LD@
252LDFLAGS = @LDFLAGS@
253LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
254LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
255LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
256LIBOBJS = @LIBOBJS@
257LIBS = @LIBS@
258LIBTOOL = @LIBTOOL@
Emeric Vigier2f625822012-08-06 11:09:52 -0400259LIPO = @LIPO@
260LN_S = @LN_S@
261LTLIBOBJS = @LTLIBOBJS@
262LT_CCXX_VERSION = @LT_CCXX_VERSION@
263LT_MAJOR = @LT_MAJOR@
264LT_MINOR = @LT_MINOR@
265LT_RELEASE = @LT_RELEASE@
266LT_SUBVER = @LT_SUBVER@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500267LT_VERSION = @LT_CCXX_VERSION@
Emeric Vigier2f625822012-08-06 11:09:52 -0400268MAINT = @MAINT@
269MAKEINFO = @MAKEINFO@
270MANIFEST_TOOL = @MANIFEST_TOOL@
271MKDIR_P = @MKDIR_P@
272NM = @NM@
273NMEDIT = @NMEDIT@
274OBJDUMP = @OBJDUMP@
275OBJEXT = @OBJEXT@
276OTOOL = @OTOOL@
277OTOOL64 = @OTOOL64@
278PACKAGE = @PACKAGE@
279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280PACKAGE_NAME = @PACKAGE_NAME@
281PACKAGE_STRING = @PACKAGE_STRING@
282PACKAGE_TARNAME = @PACKAGE_TARNAME@
283PACKAGE_URL = @PACKAGE_URL@
284PACKAGE_VERSION = @PACKAGE_VERSION@
285PATH_SEPARATOR = @PATH_SEPARATOR@
286PKG_CONFIG = @PKG_CONFIG@
287PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
288PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
289RANLIB = @RANLIB@
290SED = @SED@
291SET_MAKE = @SET_MAKE@
292SHELL = @SHELL@
293STRIP = @STRIP@
294VERSION = @VERSION@
295WARN_FLAGS = @WARN_FLAGS@
296abs_builddir = @abs_builddir@
297abs_srcdir = @abs_srcdir@
298abs_top_builddir = @abs_top_builddir@
299abs_top_srcdir = @abs_top_srcdir@
300ac_ct_AR = @ac_ct_AR@
301ac_ct_CC = @ac_ct_CC@
302ac_ct_CXX = @ac_ct_CXX@
303ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
304am__include = @am__include@
305am__leading_dot = @am__leading_dot@
306am__quote = @am__quote@
307am__tar = @am__tar@
308am__untar = @am__untar@
309bindir = @bindir@
310build = @build@
311build_alias = @build_alias@
312build_cpu = @build_cpu@
313build_os = @build_os@
314build_vendor = @build_vendor@
315builddir = @builddir@
316datadir = @datadir@
317datarootdir = @datarootdir@
318docdir = @docdir@
319dvidir = @dvidir@
320exec_prefix = @exec_prefix@
321host = @host@
322host_alias = @host_alias@
323host_cpu = @host_cpu@
324host_os = @host_os@
325host_vendor = @host_vendor@
326htmldir = @htmldir@
327includedir = @includedir@
328infodir = @infodir@
329install_sh = @install_sh@
330libdir = @libdir@
331libexecdir = @libexecdir@
332localedir = @localedir@
333localstatedir = @localstatedir@
334mandir = @mandir@
335mkdir_p = @mkdir_p@
336oldincludedir = @oldincludedir@
337pdfdir = @pdfdir@
338prefix = @prefix@
339program_transform_name = @program_transform_name@
340psdir = @psdir@
341sbindir = @sbindir@
342sharedstatedir = @sharedstatedir@
343srcdir = @srcdir@
344sysconfdir = @sysconfdir@
345target = @target@
346target_alias = @target_alias@
347target_cpu = @target_cpu@
348target_os = @target_os@
349target_vendor = @target_vendor@
350top_build_prefix = @top_build_prefix@
351top_builddir = @top_builddir@
352top_srcdir = @top_srcdir@
353AUTOMAKE_OPTIONS = no-dependencies dist-shar
Emeric Vigier2f625822012-08-06 11:09:52 -0400354#$(LT_VERSION) -release $(LT_RELEASE)
355AM_CXXFLAGS = @WARN_FLAGS@ -I$(top_srcdir)/src
356ccxxincludedir = $(includedir)/ccrtp
357EXTRA_DIST = phone.conf
358noinst_HEADERS = server.h
359ccxxinclude_HEADERS = phone.h
360phone_SOURCES = phone.cpp config.cpp server.cpp rtp.cpp
361phone_LDADD = ../src/libccrtp1.la @EXTLIBS@ @GNULIBS@
362all: all-am
363
364.SUFFIXES:
365.SUFFIXES: .cpp .lo .o .obj
366$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
367 @for dep in $?; do \
368 case '$(am__configure_deps)' in \
369 *$$dep*) \
370 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
371 && { if test -f $@; then exit 0; else break; fi; }; \
372 exit 1;; \
373 esac; \
374 done; \
375 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu phone/Makefile'; \
376 $(am__cd) $(top_srcdir) && \
377 $(AUTOMAKE) --gnu phone/Makefile
378.PRECIOUS: Makefile
379Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
380 @case '$?' in \
381 *config.status*) \
382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
383 *) \
384 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
385 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
386 esac;
387
388$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390
391$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395$(am__aclocal_m4_deps):
396install-binPROGRAMS: $(bin_PROGRAMS)
397 @$(NORMAL_INSTALL)
Emeric Vigier2f625822012-08-06 11:09:52 -0400398 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500399 if test -n "$$list"; then \
400 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
401 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
402 fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400403 for p in $$list; do echo "$$p $$p"; done | \
404 sed 's/$(EXEEXT)$$//' | \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500405 while read p p1; do if test -f $$p \
406 || test -f $$p1 \
407 ; then echo "$$p"; echo "$$p"; else :; fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400408 done | \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500409 sed -e 'p;s,.*/,,;n;h' \
410 -e 's|.*|.|' \
Emeric Vigier2f625822012-08-06 11:09:52 -0400411 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
412 sed 'N;N;N;s,\n, ,g' | \
413 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
414 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
415 if ($$2 == $$4) files[d] = files[d] " " $$1; \
416 else { print "f", $$3 "/" $$4, $$1; } } \
417 END { for (d in files) print "f", d, files[d] }' | \
418 while read type dir files; do \
419 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
420 test -z "$$files" || { \
421 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
422 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
423 } \
424 ; done
425
426uninstall-binPROGRAMS:
427 @$(NORMAL_UNINSTALL)
428 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
429 files=`for p in $$list; do echo "$$p"; done | \
430 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500431 -e 's/$$/$(EXEEXT)/' \
432 `; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400433 test -n "$$list" || exit 0; \
434 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
435 cd "$(DESTDIR)$(bindir)" && rm -f $$files
436
437clean-binPROGRAMS:
438 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
439 echo " rm -f" $$list; \
440 rm -f $$list || exit $$?; \
441 test -n "$(EXEEXT)" || exit 0; \
442 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
443 echo " rm -f" $$list; \
444 rm -f $$list
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500445
446phone$(EXEEXT): $(phone_OBJECTS) $(phone_DEPENDENCIES) $(EXTRA_phone_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400447 @rm -f phone$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500448 $(AM_V_CXXLD)$(CXXLINK) $(phone_OBJECTS) $(phone_LDADD) $(LIBS)
Emeric Vigier2f625822012-08-06 11:09:52 -0400449
450mostlyclean-compile:
451 -rm -f *.$(OBJEXT)
452
453distclean-compile:
454 -rm -f *.tab.c
455
456.cpp.o:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500457 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400458
459.cpp.obj:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500460 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Emeric Vigier2f625822012-08-06 11:09:52 -0400461
462.cpp.lo:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500463 $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400464
465mostlyclean-libtool:
466 -rm -f *.lo
467
468clean-libtool:
469 -rm -rf .libs _libs
470install-ccxxincludeHEADERS: $(ccxxinclude_HEADERS)
471 @$(NORMAL_INSTALL)
Emeric Vigier2f625822012-08-06 11:09:52 -0400472 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500473 if test -n "$$list"; then \
474 echo " $(MKDIR_P) '$(DESTDIR)$(ccxxincludedir)'"; \
475 $(MKDIR_P) "$(DESTDIR)$(ccxxincludedir)" || exit 1; \
476 fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400477 for p in $$list; do \
478 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
479 echo "$$d$$p"; \
480 done | $(am__base_list) | \
481 while read files; do \
482 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ccxxincludedir)'"; \
483 $(INSTALL_HEADER) $$files "$(DESTDIR)$(ccxxincludedir)" || exit $$?; \
484 done
485
486uninstall-ccxxincludeHEADERS:
487 @$(NORMAL_UNINSTALL)
488 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
489 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500490 dir='$(DESTDIR)$(ccxxincludedir)'; $(am__uninstall_files_from_dir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400491
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500492ID: $(am__tagged_files)
493 $(am__define_uniq_tagged_files); mkid -fID $$unique
494tags: tags-am
495TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400496
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500497tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Emeric Vigier2f625822012-08-06 11:09:52 -0400498 set x; \
499 here=`pwd`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500500 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400501 shift; \
502 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
503 test -n "$$unique" || unique=$$empty_fix; \
504 if test $$# -gt 0; then \
505 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
506 "$$@" $$unique; \
507 else \
508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
509 $$unique; \
510 fi; \
511 fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500512ctags: ctags-am
513
514CTAGS: ctags
515ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
516 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400517 test -z "$(CTAGS_ARGS)$$unique" \
518 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
519 $$unique
520
521GTAGS:
522 here=`$(am__cd) $(top_builddir) && pwd` \
523 && $(am__cd) $(top_srcdir) \
524 && gtags -i $(GTAGS_ARGS) "$$here"
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500525cscopelist: cscopelist-am
526
527cscopelist-am: $(am__tagged_files)
528 list='$(am__tagged_files)'; \
529 case "$(srcdir)" in \
530 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
531 *) sdir=$(subdir)/$(srcdir) ;; \
532 esac; \
533 for i in $$list; do \
534 if test -f "$$i"; then \
535 echo "$(subdir)/$$i"; \
536 else \
537 echo "$$sdir/$$i"; \
538 fi; \
539 done >> $(top_builddir)/cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400540
541distclean-tags:
542 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
543
544distdir: $(DISTFILES)
545 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547 list='$(DISTFILES)'; \
548 dist_files=`for file in $$list; do echo $$file; done | \
549 sed -e "s|^$$srcdirstrip/||;t" \
550 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
551 case $$dist_files in \
552 */*) $(MKDIR_P) `echo "$$dist_files" | \
553 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
554 sort -u` ;; \
555 esac; \
556 for file in $$dist_files; do \
557 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
558 if test -d $$d/$$file; then \
559 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
560 if test -d "$(distdir)/$$file"; then \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562 fi; \
563 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
564 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
565 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
566 fi; \
567 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
568 else \
569 test -f "$(distdir)/$$file" \
570 || cp -p $$d/$$file "$(distdir)/$$file" \
571 || exit 1; \
572 fi; \
573 done
574check-am: all-am
575check: check-am
576all-am: Makefile $(PROGRAMS) $(HEADERS)
577installdirs:
578 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(ccxxincludedir)"; do \
579 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
580 done
581install: install-am
582install-exec: install-exec-am
583install-data: install-data-am
584uninstall: uninstall-am
585
586install-am: all-am
587 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
588
589installcheck: installcheck-am
590install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500591 if test -z '$(STRIP)'; then \
592 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
593 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
594 install; \
595 else \
596 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
597 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
598 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
599 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400600mostlyclean-generic:
601
602clean-generic:
603
604distclean-generic:
605 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
606 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
607
608maintainer-clean-generic:
609 @echo "This command is intended for maintainers to use"
610 @echo "it deletes files that may require special tools to rebuild."
611clean: clean-am
612
613clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
614
615distclean: distclean-am
616 -rm -f Makefile
617distclean-am: clean-am distclean-compile distclean-generic \
618 distclean-tags
619
620dvi: dvi-am
621
622dvi-am:
623
624html: html-am
625
626html-am:
627
628info: info-am
629
630info-am:
631
632install-data-am: install-ccxxincludeHEADERS
633
634install-dvi: install-dvi-am
635
636install-dvi-am:
637
638install-exec-am: install-binPROGRAMS
639
640install-html: install-html-am
641
642install-html-am:
643
644install-info: install-info-am
645
646install-info-am:
647
648install-man:
649
650install-pdf: install-pdf-am
651
652install-pdf-am:
653
654install-ps: install-ps-am
655
656install-ps-am:
657
658installcheck-am:
659
660maintainer-clean: maintainer-clean-am
661 -rm -f Makefile
662maintainer-clean-am: distclean-am maintainer-clean-generic
663
664mostlyclean: mostlyclean-am
665
666mostlyclean-am: mostlyclean-compile mostlyclean-generic \
667 mostlyclean-libtool
668
669pdf: pdf-am
670
671pdf-am:
672
673ps: ps-am
674
675ps-am:
676
677uninstall-am: uninstall-binPROGRAMS uninstall-ccxxincludeHEADERS
678
679.MAKE: install-am install-strip
680
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500681.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
682 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
683 ctags ctags-am distclean distclean-compile distclean-generic \
684 distclean-libtool distclean-tags distdir dvi dvi-am html \
685 html-am info info-am install install-am install-binPROGRAMS \
686 install-ccxxincludeHEADERS install-data install-data-am \
687 install-dvi install-dvi-am install-exec install-exec-am \
688 install-html install-html-am install-info install-info-am \
689 install-man install-pdf install-pdf-am install-ps \
690 install-ps-am install-strip installcheck installcheck-am \
691 installdirs maintainer-clean maintainer-clean-generic \
692 mostlyclean mostlyclean-compile mostlyclean-generic \
693 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
694 uninstall-am uninstall-binPROGRAMS \
Emeric Vigier2f625822012-08-06 11:09:52 -0400695 uninstall-ccxxincludeHEADERS
696
697
698# Tell versions [3.59,3.63) of GNU make to not export all variables.
699# Otherwise a system limit (for SysV at least) may be exceeded.
700.NOEXPORT: