blob: 15448aaafe27d36ca0d7eb26984486e336d5f28c [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@
213AUTOCONF = @AUTOCONF@
214AUTOHEADER = @AUTOHEADER@
215AUTOMAKE = @AUTOMAKE@
216AWK = @AWK@
217CC = @CC@
218CCDEPMODE = @CCDEPMODE@
219CFLAGS = @CFLAGS@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500220COMMONCPP_CFLAGS = @COMMONCPP_CFLAGS@
221COMMONCPP_LIBS = @COMMONCPP_LIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400222CPP = @CPP@
223CPPFLAGS = @CPPFLAGS@
224CXX = @CXX@
225CXXCPP = @CXXCPP@
226CXXDEPMODE = @CXXDEPMODE@
227CXXFLAGS = @CXXFLAGS@
228CYGPATH_W = @CYGPATH_W@
229DEFS = @DEFS@
230DEPDIR = @DEPDIR@
231DLLTOOL = @DLLTOOL@
232DOXYGEN = @DOXYGEN@
233DSYMUTIL = @DSYMUTIL@
234DUMPBIN = @DUMPBIN@
235ECHO_C = @ECHO_C@
236ECHO_N = @ECHO_N@
237ECHO_T = @ECHO_T@
238EGREP = @EGREP@
239EXEEXT = @EXEEXT@
240FGREP = @FGREP@
241FTPDIR = @FTPDIR@
242GNULIBS = @GNULIBS@
243GREP = @GREP@
244INSTALL = @INSTALL@
245INSTALL_DATA = @INSTALL_DATA@
246INSTALL_PROGRAM = @INSTALL_PROGRAM@
247INSTALL_SCRIPT = @INSTALL_SCRIPT@
248INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249KDOC_DIR = @KDOC_DIR@
250LD = @LD@
251LDFLAGS = @LDFLAGS@
252LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
253LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
254LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
255LIBOBJS = @LIBOBJS@
256LIBS = @LIBS@
257LIBTOOL = @LIBTOOL@
Emeric Vigier2f625822012-08-06 11:09:52 -0400258LIPO = @LIPO@
259LN_S = @LN_S@
260LTLIBOBJS = @LTLIBOBJS@
261LT_CCXX_VERSION = @LT_CCXX_VERSION@
262LT_MAJOR = @LT_MAJOR@
263LT_MINOR = @LT_MINOR@
264LT_RELEASE = @LT_RELEASE@
265LT_SUBVER = @LT_SUBVER@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500266LT_VERSION = @LT_CCXX_VERSION@
Emeric Vigier2f625822012-08-06 11:09:52 -0400267MAINT = @MAINT@
268MAKEINFO = @MAKEINFO@
269MANIFEST_TOOL = @MANIFEST_TOOL@
270MKDIR_P = @MKDIR_P@
271NM = @NM@
272NMEDIT = @NMEDIT@
273OBJDUMP = @OBJDUMP@
274OBJEXT = @OBJEXT@
275OTOOL = @OTOOL@
276OTOOL64 = @OTOOL64@
277PACKAGE = @PACKAGE@
278PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
279PACKAGE_NAME = @PACKAGE_NAME@
280PACKAGE_STRING = @PACKAGE_STRING@
281PACKAGE_TARNAME = @PACKAGE_TARNAME@
282PACKAGE_URL = @PACKAGE_URL@
283PACKAGE_VERSION = @PACKAGE_VERSION@
284PATH_SEPARATOR = @PATH_SEPARATOR@
285PKG_CONFIG = @PKG_CONFIG@
286PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
287PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
288RANLIB = @RANLIB@
289SED = @SED@
290SET_MAKE = @SET_MAKE@
291SHELL = @SHELL@
292STRIP = @STRIP@
293VERSION = @VERSION@
294WARN_FLAGS = @WARN_FLAGS@
295abs_builddir = @abs_builddir@
296abs_srcdir = @abs_srcdir@
297abs_top_builddir = @abs_top_builddir@
298abs_top_srcdir = @abs_top_srcdir@
299ac_ct_AR = @ac_ct_AR@
300ac_ct_CC = @ac_ct_CC@
301ac_ct_CXX = @ac_ct_CXX@
302ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
303am__include = @am__include@
304am__leading_dot = @am__leading_dot@
305am__quote = @am__quote@
306am__tar = @am__tar@
307am__untar = @am__untar@
308bindir = @bindir@
309build = @build@
310build_alias = @build_alias@
311build_cpu = @build_cpu@
312build_os = @build_os@
313build_vendor = @build_vendor@
314builddir = @builddir@
315datadir = @datadir@
316datarootdir = @datarootdir@
317docdir = @docdir@
318dvidir = @dvidir@
319exec_prefix = @exec_prefix@
320host = @host@
321host_alias = @host_alias@
322host_cpu = @host_cpu@
323host_os = @host_os@
324host_vendor = @host_vendor@
325htmldir = @htmldir@
326includedir = @includedir@
327infodir = @infodir@
328install_sh = @install_sh@
329libdir = @libdir@
330libexecdir = @libexecdir@
331localedir = @localedir@
332localstatedir = @localstatedir@
333mandir = @mandir@
334mkdir_p = @mkdir_p@
335oldincludedir = @oldincludedir@
336pdfdir = @pdfdir@
337prefix = @prefix@
338program_transform_name = @program_transform_name@
339psdir = @psdir@
340sbindir = @sbindir@
341sharedstatedir = @sharedstatedir@
342srcdir = @srcdir@
343sysconfdir = @sysconfdir@
344target = @target@
345target_alias = @target_alias@
346target_cpu = @target_cpu@
347target_os = @target_os@
348target_vendor = @target_vendor@
349top_build_prefix = @top_build_prefix@
350top_builddir = @top_builddir@
351top_srcdir = @top_srcdir@
352AUTOMAKE_OPTIONS = no-dependencies dist-shar
Emeric Vigier2f625822012-08-06 11:09:52 -0400353#$(LT_VERSION) -release $(LT_RELEASE)
354AM_CXXFLAGS = @WARN_FLAGS@ -I$(top_srcdir)/src
355ccxxincludedir = $(includedir)/ccrtp
356EXTRA_DIST = phone.conf
357noinst_HEADERS = server.h
358ccxxinclude_HEADERS = phone.h
359phone_SOURCES = phone.cpp config.cpp server.cpp rtp.cpp
360phone_LDADD = ../src/libccrtp1.la @EXTLIBS@ @GNULIBS@
361all: all-am
362
363.SUFFIXES:
364.SUFFIXES: .cpp .lo .o .obj
365$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
366 @for dep in $?; do \
367 case '$(am__configure_deps)' in \
368 *$$dep*) \
369 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
370 && { if test -f $@; then exit 0; else break; fi; }; \
371 exit 1;; \
372 esac; \
373 done; \
374 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu phone/Makefile'; \
375 $(am__cd) $(top_srcdir) && \
376 $(AUTOMAKE) --gnu phone/Makefile
377.PRECIOUS: Makefile
378Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
379 @case '$?' in \
380 *config.status*) \
381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
382 *) \
383 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
384 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
385 esac;
386
387$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389
390$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394$(am__aclocal_m4_deps):
395install-binPROGRAMS: $(bin_PROGRAMS)
396 @$(NORMAL_INSTALL)
Emeric Vigier2f625822012-08-06 11:09:52 -0400397 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500398 if test -n "$$list"; then \
399 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
400 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
401 fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400402 for p in $$list; do echo "$$p $$p"; done | \
403 sed 's/$(EXEEXT)$$//' | \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500404 while read p p1; do if test -f $$p \
405 || test -f $$p1 \
406 ; then echo "$$p"; echo "$$p"; else :; fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400407 done | \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500408 sed -e 'p;s,.*/,,;n;h' \
409 -e 's|.*|.|' \
Emeric Vigier2f625822012-08-06 11:09:52 -0400410 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
411 sed 'N;N;N;s,\n, ,g' | \
412 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
413 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
414 if ($$2 == $$4) files[d] = files[d] " " $$1; \
415 else { print "f", $$3 "/" $$4, $$1; } } \
416 END { for (d in files) print "f", d, files[d] }' | \
417 while read type dir files; do \
418 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
419 test -z "$$files" || { \
420 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
421 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
422 } \
423 ; done
424
425uninstall-binPROGRAMS:
426 @$(NORMAL_UNINSTALL)
427 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
428 files=`for p in $$list; do echo "$$p"; done | \
429 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500430 -e 's/$$/$(EXEEXT)/' \
431 `; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400432 test -n "$$list" || exit 0; \
433 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
434 cd "$(DESTDIR)$(bindir)" && rm -f $$files
435
436clean-binPROGRAMS:
437 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
438 echo " rm -f" $$list; \
439 rm -f $$list || exit $$?; \
440 test -n "$(EXEEXT)" || exit 0; \
441 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
442 echo " rm -f" $$list; \
443 rm -f $$list
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500444
445phone$(EXEEXT): $(phone_OBJECTS) $(phone_DEPENDENCIES) $(EXTRA_phone_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400446 @rm -f phone$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500447 $(AM_V_CXXLD)$(CXXLINK) $(phone_OBJECTS) $(phone_LDADD) $(LIBS)
Emeric Vigier2f625822012-08-06 11:09:52 -0400448
449mostlyclean-compile:
450 -rm -f *.$(OBJEXT)
451
452distclean-compile:
453 -rm -f *.tab.c
454
455.cpp.o:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500456 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400457
458.cpp.obj:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500459 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Emeric Vigier2f625822012-08-06 11:09:52 -0400460
461.cpp.lo:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500462 $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400463
464mostlyclean-libtool:
465 -rm -f *.lo
466
467clean-libtool:
468 -rm -rf .libs _libs
469install-ccxxincludeHEADERS: $(ccxxinclude_HEADERS)
470 @$(NORMAL_INSTALL)
Emeric Vigier2f625822012-08-06 11:09:52 -0400471 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500472 if test -n "$$list"; then \
473 echo " $(MKDIR_P) '$(DESTDIR)$(ccxxincludedir)'"; \
474 $(MKDIR_P) "$(DESTDIR)$(ccxxincludedir)" || exit 1; \
475 fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400476 for p in $$list; do \
477 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
478 echo "$$d$$p"; \
479 done | $(am__base_list) | \
480 while read files; do \
481 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ccxxincludedir)'"; \
482 $(INSTALL_HEADER) $$files "$(DESTDIR)$(ccxxincludedir)" || exit $$?; \
483 done
484
485uninstall-ccxxincludeHEADERS:
486 @$(NORMAL_UNINSTALL)
487 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
488 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500489 dir='$(DESTDIR)$(ccxxincludedir)'; $(am__uninstall_files_from_dir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400490
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500491ID: $(am__tagged_files)
492 $(am__define_uniq_tagged_files); mkid -fID $$unique
493tags: tags-am
494TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400495
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500496tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Emeric Vigier2f625822012-08-06 11:09:52 -0400497 set x; \
498 here=`pwd`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500499 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400500 shift; \
501 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
502 test -n "$$unique" || unique=$$empty_fix; \
503 if test $$# -gt 0; then \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 "$$@" $$unique; \
506 else \
507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508 $$unique; \
509 fi; \
510 fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500511ctags: ctags-am
512
513CTAGS: ctags
514ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
515 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400516 test -z "$(CTAGS_ARGS)$$unique" \
517 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
518 $$unique
519
520GTAGS:
521 here=`$(am__cd) $(top_builddir) && pwd` \
522 && $(am__cd) $(top_srcdir) \
523 && gtags -i $(GTAGS_ARGS) "$$here"
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500524cscopelist: cscopelist-am
525
526cscopelist-am: $(am__tagged_files)
527 list='$(am__tagged_files)'; \
528 case "$(srcdir)" in \
529 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
530 *) sdir=$(subdir)/$(srcdir) ;; \
531 esac; \
532 for i in $$list; do \
533 if test -f "$$i"; then \
534 echo "$(subdir)/$$i"; \
535 else \
536 echo "$$sdir/$$i"; \
537 fi; \
538 done >> $(top_builddir)/cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400539
540distclean-tags:
541 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
542
543distdir: $(DISTFILES)
544 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546 list='$(DISTFILES)'; \
547 dist_files=`for file in $$list; do echo $$file; done | \
548 sed -e "s|^$$srcdirstrip/||;t" \
549 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
550 case $$dist_files in \
551 */*) $(MKDIR_P) `echo "$$dist_files" | \
552 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
553 sort -u` ;; \
554 esac; \
555 for file in $$dist_files; do \
556 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
557 if test -d $$d/$$file; then \
558 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
559 if test -d "$(distdir)/$$file"; then \
560 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561 fi; \
562 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
563 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
564 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
565 fi; \
566 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
567 else \
568 test -f "$(distdir)/$$file" \
569 || cp -p $$d/$$file "$(distdir)/$$file" \
570 || exit 1; \
571 fi; \
572 done
573check-am: all-am
574check: check-am
575all-am: Makefile $(PROGRAMS) $(HEADERS)
576installdirs:
577 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(ccxxincludedir)"; do \
578 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
579 done
580install: install-am
581install-exec: install-exec-am
582install-data: install-data-am
583uninstall: uninstall-am
584
585install-am: all-am
586 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
587
588installcheck: installcheck-am
589install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500590 if test -z '$(STRIP)'; then \
591 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593 install; \
594 else \
595 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
598 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400599mostlyclean-generic:
600
601clean-generic:
602
603distclean-generic:
604 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
606
607maintainer-clean-generic:
608 @echo "This command is intended for maintainers to use"
609 @echo "it deletes files that may require special tools to rebuild."
610clean: clean-am
611
612clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
613
614distclean: distclean-am
615 -rm -f Makefile
616distclean-am: clean-am distclean-compile distclean-generic \
617 distclean-tags
618
619dvi: dvi-am
620
621dvi-am:
622
623html: html-am
624
625html-am:
626
627info: info-am
628
629info-am:
630
631install-data-am: install-ccxxincludeHEADERS
632
633install-dvi: install-dvi-am
634
635install-dvi-am:
636
637install-exec-am: install-binPROGRAMS
638
639install-html: install-html-am
640
641install-html-am:
642
643install-info: install-info-am
644
645install-info-am:
646
647install-man:
648
649install-pdf: install-pdf-am
650
651install-pdf-am:
652
653install-ps: install-ps-am
654
655install-ps-am:
656
657installcheck-am:
658
659maintainer-clean: maintainer-clean-am
660 -rm -f Makefile
661maintainer-clean-am: distclean-am maintainer-clean-generic
662
663mostlyclean: mostlyclean-am
664
665mostlyclean-am: mostlyclean-compile mostlyclean-generic \
666 mostlyclean-libtool
667
668pdf: pdf-am
669
670pdf-am:
671
672ps: ps-am
673
674ps-am:
675
676uninstall-am: uninstall-binPROGRAMS uninstall-ccxxincludeHEADERS
677
678.MAKE: install-am install-strip
679
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500680.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
681 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
682 ctags ctags-am distclean distclean-compile distclean-generic \
683 distclean-libtool distclean-tags distdir dvi dvi-am html \
684 html-am info info-am install install-am install-binPROGRAMS \
685 install-ccxxincludeHEADERS install-data install-data-am \
686 install-dvi install-dvi-am install-exec install-exec-am \
687 install-html install-html-am install-info install-info-am \
688 install-man install-pdf install-pdf-am install-ps \
689 install-ps-am install-strip installcheck installcheck-am \
690 installdirs maintainer-clean maintainer-clean-generic \
691 mostlyclean mostlyclean-compile mostlyclean-generic \
692 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
693 uninstall-am uninstall-binPROGRAMS \
Emeric Vigier2f625822012-08-06 11:09:52 -0400694 uninstall-ccxxincludeHEADERS
695
696
697# Tell versions [3.59,3.63) of GNU make to not export all variables.
698# Otherwise a system limit (for SysV at least) may be exceeded.
699.NOEXPORT: