2005-11-30 17:27:10 -05:00
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2005-11-12 16:27:19 -05:00
# @configure_input@
2005-11-30 17:27:10 -05:00
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
2005-11-12 16:27:19 -05:00
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@ S E T _ M A K E @
2005-11-30 17:27:10 -05:00
2005-11-12 16:27:19 -05:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $( datadir) /@PACKAGE@
pkglibdir = $( libdir) /@PACKAGE@
pkgincludedir = $( includedir) /@PACKAGE@
top_builddir = .
am__cd = CDPATH = " $$ {ZSH_VERSION+.} $( PATH_SEPARATOR) " && cd
INSTALL = @INSTALL@
install_sh_DATA = $( install_sh) -c -m 644
install_sh_PROGRAM = $( install_sh) -c
install_sh_SCRIPT = $( install_sh) -c
INSTALL_HEADER = $( INSTALL_DATA)
transform = $( program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
2005-11-30 17:27:10 -05:00
build_triplet = @build@
2005-11-12 16:27:19 -05:00
host_triplet = @host@
2005-11-18 19:10:16 -05:00
@ I S L I N U X _ T R U E @ am__append_1 = -Wl,-E
2005-12-26 14:45:58 -05:00
@ I S M A C _ T R U E @ am__append_2 = -DMACOSX -DSWAP_LINEAR
2005-11-30 17:27:10 -05:00
bin_PROGRAMS = freeswitch$( EXEEXT)
DIST_COMMON = README $( am__configure_deps) $( library_include_HEADERS) \
$( srcdir) /Makefile.am $( srcdir) /Makefile.in \
$( top_srcdir) /configure $( top_srcdir) /src/include/config.h.in \
AUTHORS COPYING ChangeLog INSTALL NEWS TODO compile \
config.guess config.sub depcomp install-sh ltmain.sh missing \
mkinstalldirs
subdir = .
ACLOCAL_M4 = $( top_srcdir) /aclocal.m4
am__aclocal_m4_deps = $( top_srcdir) /configure.in
am__configure_deps = $( am__aclocal_m4_deps) $( CONFIGURE_DEPENDENCIES) \
$( ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
mkinstalldirs = $( SHELL) $( top_srcdir) /mkinstalldirs
CONFIG_HEADER = $( top_builddir) /src/include/config.h
CONFIG_CLEAN_FILES =
am__vpath_adj_setup = srcdirstrip = ` echo " $( srcdir) " | sed 's|.|.|g' ` ;
am__vpath_adj = case $$ p in \
$( srcdir) /*) f = ` echo " $$ p " | sed " s|^ $$ srcdirstrip/|| " ` ; ; \
*) f = $$ p; ; \
esac ;
am__strip_dir = ` echo $$ p | sed -e 's|^.*/||' ` ;
am__installdirs = " $( DESTDIR) $( libdir) " " $( DESTDIR) $( bindir) " \
" $( DESTDIR) $( library_includedir) "
libLTLIBRARIES_INSTALL = $( INSTALL)
LTLIBRARIES = $( lib_LTLIBRARIES)
libfreeswitch_la_LIBADD =
am_libfreeswitch_la_OBJECTS = libfreeswitch_la-switch_buffer.lo \
libfreeswitch_la-switch_caller.lo \
libfreeswitch_la-switch_channel.lo \
libfreeswitch_la-switch_config.lo \
libfreeswitch_la-switch_console.lo \
libfreeswitch_la-switch_core.lo \
libfreeswitch_la-switch_loadable_module.lo \
libfreeswitch_la-switch_mutex.lo \
2005-12-13 14:53:29 -05:00
libfreeswitch_la-switch_utils.lo \
2006-01-02 13:31:50 -05:00
libfreeswitch_la-switch_event.lo \
libfreeswitch_la-switch_resample.lo
2005-11-30 17:27:10 -05:00
libfreeswitch_la_OBJECTS = $( am_libfreeswitch_la_OBJECTS)
binPROGRAMS_INSTALL = $( INSTALL_PROGRAM)
PROGRAMS = $( bin_PROGRAMS)
am_freeswitch_OBJECTS = freeswitch-switch.$( OBJEXT)
freeswitch_OBJECTS = $( am_freeswitch_OBJECTS)
freeswitch_LDADD = $( LDADD)
DEFAULT_INCLUDES = -I. -I$( srcdir) -I$( top_builddir) /src/include
depcomp = $( SHELL) $( top_srcdir) /depcomp
am__depfiles_maybe = depfiles
COMPILE = $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) \
$( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS)
LTCOMPILE = $( LIBTOOL) --tag= CC --mode= compile $( CC) $( DEFS) \
$( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) \
$( AM_CFLAGS) $( CFLAGS)
CCLD = $( CC)
LINK = $( LIBTOOL) --tag= CC --mode= link $( CCLD) $( AM_CFLAGS) $( CFLAGS) \
$( AM_LDFLAGS) $( LDFLAGS) -o $@
SOURCES = $( libfreeswitch_la_SOURCES) $( freeswitch_SOURCES)
DIST_SOURCES = $( libfreeswitch_la_SOURCES) $( freeswitch_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-exec-recursive install-info-recursive \
install-recursive installcheck-recursive installdirs-recursive \
pdf-recursive ps-recursive uninstall-info-recursive \
uninstall-recursive
library_includeHEADERS_INSTALL = $( INSTALL_HEADER)
HEADERS = $( library_include_HEADERS)
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $( SUBDIRS)
DISTFILES = $( DIST_COMMON) $( DIST_SOURCES) $( TEXINFOS) $( EXTRA_DIST)
distdir = $( PACKAGE) -$( VERSION)
top_distdir = $( distdir)
am__remove_distdir = \
{ test ! -d $( distdir) \
|| { find $( distdir) -type d ! -perm -200 -exec chmod u+w { } ';' \
&& rm -fr $( distdir) ; } ; }
DIST_ARCHIVES = $( distdir) .tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
2005-11-12 16:27:19 -05:00
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
ECHO = @ECHO@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2005-11-18 19:10:16 -05:00
ISLINUX_FALSE = @ISLINUX_FALSE@
ISLINUX_TRUE = @ISLINUX_TRUE@
2005-12-13 16:26:03 -05:00
ISMAC_FALSE = @ISMAC_FALSE@
ISMAC_TRUE = @ISMAC_TRUE@
2005-11-12 16:27:19 -05:00
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_F77 = @ac_ct_F77@
ac_ct_RANLIB = @ac_ct_RANLIB@
ac_ct_STRIP = @ac_ct_STRIP@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
2005-11-30 17:27:10 -05:00
am__tar = @am__tar@
am__untar = @am__untar@
2005-11-12 16:27:19 -05:00
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
datadir = @datadir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localstatedir = @localstatedir@
mandir = @mandir@
2005-11-30 17:27:10 -05:00
mkdir_p = @mkdir_p@
2005-11-12 16:27:19 -05:00
oldincludedir = @oldincludedir@
prefix = @prefix@
program_transform_name = @program_transform_name@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
EXTRA_DIST =
2005-12-21 12:22:38 -05:00
SUBDIRS =
2005-11-12 16:27:19 -05:00
AUTOMAKE_OPTS = gnu
MAKE = gmake
NAME = freeswitch
2006-01-02 13:31:50 -05:00
PREFIX = $( prefix)
2005-11-12 16:27:19 -05:00
APR_CONFIG = $( prefix) /bin/apr-1-config
2005-12-21 17:38:53 -05:00
APU_CONFIG = $( prefix) /bin/apu-1-config
2005-12-14 13:11:49 -05:00
#AM_LDFLAGS += -L$(PREFIX)/lib
2005-11-30 17:27:10 -05:00
AM_CFLAGS = $( shell $( APR_CONFIG) --cflags --cppflags --includes) \
2005-12-21 17:38:53 -05:00
$( shell $( APU_CONFIG) --includes) $( am__append_2) -fPIC -Wall \
-I$( PWD) /src/sqlite -I$( PWD) -I$( PWD) /src/include \
-I$( PREFIX) /include -DSWITCH_MOD_DIR= \" $( PREFIX) /mod\" \
2005-11-30 17:27:10 -05:00
-DSWITCH_PREFIX_DIR= \" $( PREFIX) \" \
2005-12-21 17:25:22 -05:00
-DSWITCH_CONF_DIR= \" $( PREFIX) /conf\" \
-DSWITCH_DB_DIR= \" $( PREFIX) /db\"
2005-12-21 17:38:53 -05:00
AM_LDFLAGS = $( shell $( APR_CONFIG) --link-ld --libs ) $( shell \
2006-01-02 13:31:50 -05:00
$( APU_CONFIG) --link-ld --libs ) -lsqlite3 -lresample -lm \
$( am__append_1)
2005-11-18 19:10:16 -05:00
OSARCH = $( shell uname -s)
2005-12-13 16:30:10 -05:00
@ I S M A C _ F A L S E @ SOLINK = -shared -Xlinker -x
@ I S M A C _ T R U E @ SOLINK = -dynamic -bundle -undefined suppress -force_flat_namespace
2005-11-12 16:27:19 -05:00
libfreeswitch_la_SOURCES = \
s r c / i n c l u d e / s w i t c h . h \
s r c / i n c l u d e / s w i t c h _ c h a n n e l . h \
s r c / i n c l u d e / s w i t c h _ c o n f i g . h \
s r c / i n c l u d e / s w i t c h _ c o n s o l e . h \
s r c / i n c l u d e / s w i t c h _ c o r e . h \
s r c / i n c l u d e / s w i t c h _ f r a m e . h \
s r c / i n c l u d e / s w i t c h _ l o a d a b l e _ m o d u l e . h \
s r c / i n c l u d e / s w i t c h _ m o d u l e _ i n t e r f a c e s . h \
s r c / i n c l u d e / s w i t c h _ m u t e x . h \
s r c / i n c l u d e / s w i t c h _ t y p e s . h \
s r c / i n c l u d e / s w i t c h _ u t i l s . h \
s r c / i n c l u d e / s w i t c h _ c a l l e r . h \
s r c / i n c l u d e / s w i t c h _ b u f f e r . h \
2005-12-13 20:40:51 -05:00
s r c / i n c l u d e / s w i t c h _ e v e n t . h \
2005-11-12 16:27:19 -05:00
s r c / s w i t c h _ b u f f e r . c \
s r c / s w i t c h _ c a l l e r . c \
s r c / s w i t c h _ c h a n n e l . c \
s r c / s w i t c h _ c o n f i g . c \
s r c / s w i t c h _ c o n s o l e . c \
s r c / s w i t c h _ c o r e . c \
s r c / s w i t c h _ l o a d a b l e _ m o d u l e . c \
s r c / s w i t c h _ m u t e x . c \
2005-12-13 14:53:29 -05:00
s r c / s w i t c h _ u t i l s . c \
2006-01-02 13:31:50 -05:00
s r c / s w i t c h _ e v e n t . c \
s r c / s w i t c h _ r e s a m p l e . c
2005-11-12 16:27:19 -05:00
#bindir = $(PREFIX)/bin
#libdir = $(PREFIX)/lib
library_includedir = $( PREFIX) /include
library_include_HEADERS = src/include/switch.h \
src/include/switch_channel.h \
src/include/switch_config.h \
src/include/switch_console.h \
src/include/switch_core.h \
src/include/switch_frame.h \
src/include/switch_loadable_module.h \
src/include/switch_module_interfaces.h \
src/include/switch_mutex.h \
src/include/switch_types.h \
src/include/switch_utils.h \
src/include/switch_caller.h \
2005-12-13 14:53:29 -05:00
src/include/switch_buffer.h \
2006-01-02 13:31:50 -05:00
src/include/switch_event.h \
src/include/switch_resample.h
2005-11-12 16:27:19 -05:00
lib_LTLIBRARIES = libfreeswitch.la
libfreeswitch_la_CFLAGS = $( AM_CFLAGS) -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g
libfreeswitch_la_LDFLAGS = -version-info 1:0:0
freeswitch_SOURCES = src/switch.c
freeswitch_CFLAGS = $( AM_CFLAGS)
2005-12-28 00:17:21 -05:00
freeswitch_LDFLAGS = -lfreeswitch
2005-11-12 16:27:19 -05:00
all : all -recursive
.SUFFIXES :
.SUFFIXES : .c .lo .o .obj
2005-11-30 17:27:10 -05:00
am--refresh :
@:
$(srcdir)/Makefile.in : $( srcdir ) /Makefile .am $( am__configure_deps )
@for dep in $? ; do \
case '$(am__configure_deps)' in \
*$$ dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu ' ; \
cd $( srcdir) && $( AUTOMAKE) --gnu \
&& exit 0; \
exit 1; ; \
esac ; \
done ; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile' ; \
2005-11-12 16:27:19 -05:00
cd $( top_srcdir) && \
$( AUTOMAKE) --gnu Makefile
2005-11-30 17:27:10 -05:00
.PRECIOUS : Makefile
Makefile : $( srcdir ) /Makefile .in $( top_builddir ) /config .status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status' ; \
$( SHELL) ./config.status; ; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)' ; \
cd $( top_builddir) && $( SHELL) ./config.status $@ $( am__depfiles_maybe) ; ; \
esac ;
$(top_builddir)/config.status : $( top_srcdir ) /configure $( CONFIG_STATUS_DEPENDENCIES )
2005-11-12 16:27:19 -05:00
$( SHELL) ./config.status --recheck
2005-11-30 17:27:10 -05:00
$(top_srcdir)/configure : $( am__configure_deps )
cd $( srcdir) && $( AUTOCONF)
$(ACLOCAL_M4) : $( am__aclocal_m 4_deps )
2005-11-12 16:27:19 -05:00
cd $( srcdir) && $( ACLOCAL) $( ACLOCAL_AMFLAGS)
src/include/config.h : src /include /stamp -h 1
@if test ! -f $@ ; then \
rm -f src/include/stamp-h1; \
$( MAKE) src/include/stamp-h1; \
else :; fi
2005-11-30 17:27:10 -05:00
src/include/stamp-h1 : $( top_srcdir ) /src /include /config .h .in $( top_builddir ) /config .status
2005-11-12 16:27:19 -05:00
@rm -f src/include/stamp-h1
cd $( top_builddir) && $( SHELL) ./config.status src/include/config.h
2005-11-30 17:27:10 -05:00
$(top_srcdir)/src/include/config.h.in : $( am__configure_deps )
2005-11-12 16:27:19 -05:00
cd $( top_srcdir) && $( AUTOHEADER)
2005-11-30 17:27:10 -05:00
rm -f src/include/stamp-h1
touch $@
2005-11-12 16:27:19 -05:00
distclean-hdr :
-rm -f src/include/config.h src/include/stamp-h1
install-libLTLIBRARIES : $( lib_LTLIBRARIES )
@$( NORMAL_INSTALL)
2005-11-30 17:27:10 -05:00
test -z " $( libdir) " || $( mkdir_p) " $( DESTDIR) $( libdir) "
2005-11-12 16:27:19 -05:00
@list= '$(lib_LTLIBRARIES)' ; for p in $$ list; do \
if test -f $$ p; then \
2005-11-30 17:27:10 -05:00
f = $( am__strip_dir) \
echo " $( LIBTOOL) --mode=install $( libLTLIBRARIES_INSTALL) $( INSTALL_STRIP_FLAG) ' $$ p' ' $( DESTDIR) $( libdir) / $$ f' " ; \
$( LIBTOOL) --mode= install $( libLTLIBRARIES_INSTALL) $( INSTALL_STRIP_FLAG) " $$ p " " $( DESTDIR) $( libdir) / $$ f " ; \
2005-11-12 16:27:19 -05:00
else :; fi ; \
done
uninstall-libLTLIBRARIES :
@$( NORMAL_UNINSTALL)
2005-11-30 17:27:10 -05:00
@set -x; list = '$(lib_LTLIBRARIES)' ; for p in $$ list; do \
p = $( am__strip_dir) \
echo " $( LIBTOOL) --mode=uninstall rm -f ' $( DESTDIR) $( libdir) / $$ p' " ; \
$( LIBTOOL) --mode= uninstall rm -f " $( DESTDIR) $( libdir) / $$ p " ; \
2005-11-12 16:27:19 -05:00
done
clean-libLTLIBRARIES :
-test -z " $( lib_LTLIBRARIES) " || rm -f $( lib_LTLIBRARIES)
@list= '$(lib_LTLIBRARIES)' ; for p in $$ list; do \
dir = " `echo $$ p | sed -e 's|/[^/]* $$ ||'` " ; \
2005-11-30 17:27:10 -05:00
test " $$ dir " != " $$ p " || dir = .; \
2005-11-12 16:27:19 -05:00
echo " rm -f \" $$ {dir}/so_locations\" " ; \
rm -f " $$ {dir}/so_locations " ; \
done
libfreeswitch.la : $( libfreeswitch_la_OBJECTS ) $( libfreeswitch_la_DEPENDENCIES )
$( LINK) -rpath $( libdir) $( libfreeswitch_la_LDFLAGS) $( libfreeswitch_la_OBJECTS) $( libfreeswitch_la_LIBADD) $( LIBS)
install-binPROGRAMS : $( bin_PROGRAMS )
@$( NORMAL_INSTALL)
2005-11-30 17:27:10 -05:00
test -z " $( bindir) " || $( mkdir_p) " $( DESTDIR) $( bindir) "
2005-11-12 16:27:19 -05:00
@list= '$(bin_PROGRAMS)' ; for p in $$ list; do \
p1 = ` echo $$ p| sed 's/$(EXEEXT)$$//' ` ; \
if test -f $$ p \
|| test -f $$ p1 \
; then \
f = ` echo " $$ p1 " | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/' ` ; \
2005-11-30 17:27:10 -05:00
echo " $( INSTALL_PROGRAM_ENV) $( LIBTOOL) --mode=install $( binPROGRAMS_INSTALL) ' $$ p' ' $( DESTDIR) $( bindir) / $$ f' " ; \
$( INSTALL_PROGRAM_ENV) $( LIBTOOL) --mode= install $( binPROGRAMS_INSTALL) " $$ p " " $( DESTDIR) $( bindir) / $$ f " || exit 1; \
2005-11-12 16:27:19 -05:00
else :; fi ; \
done
uninstall-binPROGRAMS :
@$( NORMAL_UNINSTALL)
@list= '$(bin_PROGRAMS)' ; for p in $$ list; do \
f = ` echo " $$ p " | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' ` ; \
2005-11-30 17:27:10 -05:00
echo " rm -f ' $( DESTDIR) $( bindir) / $$ f' " ; \
rm -f " $( DESTDIR) $( bindir) / $$ f " ; \
2005-11-12 16:27:19 -05:00
done
clean-binPROGRAMS :
@list= '$(bin_PROGRAMS)' ; for p in $$ list; do \
f = ` echo $$ p| sed 's/$(EXEEXT)$$//' ` ; \
echo " rm -f $$ p $$ f " ; \
rm -f $$ p $$ f ; \
done
freeswitch$(EXEEXT) : $( freeswitch_OBJECTS ) $( freeswitch_DEPENDENCIES )
@rm -f freeswitch$( EXEEXT)
$( LINK) $( freeswitch_LDFLAGS) $( freeswitch_OBJECTS) $( freeswitch_LDADD) $( LIBS)
mostlyclean-compile :
2005-11-30 17:27:10 -05:00
-rm -f *.$( OBJEXT)
2005-11-12 16:27:19 -05:00
distclean-compile :
-rm -f *.tab.c
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / f r e e s w i t c h - s w i t c h . P o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ b u f f e r . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ c a l l e r . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ c h a n n e l . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ c o n f i g . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ c o n s o l e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ c o r e . P l o @ a m _ _ q u o t e @
2005-12-13 14:53:29 -05:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ e v e n t . P l o @ a m _ _ q u o t e @
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ l o a d a b l e _ m o d u l e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ m u t e x . P l o @ a m _ _ q u o t e @
2006-01-02 13:31:50 -05:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ r e s a m p l e . P l o @ a m _ _ q u o t e @
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b f r e e s w i t c h _ l a - s w i t c h _ u t i l s . P l o @ a m _ _ q u o t e @
.c.o :
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( COMPILE ) - M T $@ - M D - M P - M F "$(DEPDIR)/$*.Tpo" - c - o $@ $< ; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po" ; e l s e r m - f "$(DEPDIR)/$*.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( COMPILE ) - c $<
2005-11-12 16:27:19 -05:00
.c.obj :
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( COMPILE ) - M T $@ - M D - M P - M F "$(DEPDIR)/$*.Tpo" - c - o $@ ` $( CYGPATH_W ) '$<' ` ; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po" ; e l s e r m - f "$(DEPDIR)/$*.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( COMPILE ) - c ` $( CYGPATH_W ) '$<' `
2005-11-12 16:27:19 -05:00
.c.lo :
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LTCOMPILE ) - M T $@ - M D - M P - M F "$(DEPDIR)/$*.Tpo" - c - o $@ $< ; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo" ; e l s e r m - f "$(DEPDIR)/$*.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = '$<' object = '$@' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LTCOMPILE ) - c - o $@ $<
2005-11-12 16:27:19 -05:00
libfreeswitch_la-switch_buffer.lo : src /switch_buffer .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_buffer.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_buffer.Tpo " -c -o libfreeswitch_la-switch_buffer.lo ` test -f 'src/switch_buffer.c' || echo '$(srcdir)/' ` src/switch_buffer.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_buffer.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_buffer.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_buffer.c' object = 'libfreeswitch_la-switch_buffer.lo' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_buffer.lo ` test -f 'src/switch_buffer.c' || echo '$(srcdir)/' ` src/switch_buffer.c
2005-11-12 16:27:19 -05:00
libfreeswitch_la-switch_caller.lo : src /switch_caller .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_caller.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_caller.Tpo " -c -o libfreeswitch_la-switch_caller.lo ` test -f 'src/switch_caller.c' || echo '$(srcdir)/' ` src/switch_caller.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_caller.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_caller.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_caller.c' object = 'libfreeswitch_la-switch_caller.lo' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_caller.lo ` test -f 'src/switch_caller.c' || echo '$(srcdir)/' ` src/switch_caller.c
2005-11-12 16:27:19 -05:00
libfreeswitch_la-switch_channel.lo : src /switch_channel .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_channel.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_channel.Tpo " -c -o libfreeswitch_la-switch_channel.lo ` test -f 'src/switch_channel.c' || echo '$(srcdir)/' ` src/switch_channel.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_channel.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_channel.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_channel.c' object = 'libfreeswitch_la-switch_channel.lo' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_channel.lo ` test -f 'src/switch_channel.c' || echo '$(srcdir)/' ` src/switch_channel.c
2005-11-12 16:27:19 -05:00
libfreeswitch_la-switch_config.lo : src /switch_config .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_config.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_config.Tpo " -c -o libfreeswitch_la-switch_config.lo ` test -f 'src/switch_config.c' || echo '$(srcdir)/' ` src/switch_config.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_config.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_config.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_config.c' object = 'libfreeswitch_la-switch_config.lo' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_config.lo ` test -f 'src/switch_config.c' || echo '$(srcdir)/' ` src/switch_config.c
2005-11-12 16:27:19 -05:00
libfreeswitch_la-switch_console.lo : src /switch_console .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_console.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_console.Tpo " -c -o libfreeswitch_la-switch_console.lo ` test -f 'src/switch_console.c' || echo '$(srcdir)/' ` src/switch_console.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_console.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_console.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_console.c' object = 'libfreeswitch_la-switch_console.lo' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_console.lo ` test -f 'src/switch_console.c' || echo '$(srcdir)/' ` src/switch_console.c
2005-11-12 16:27:19 -05:00
libfreeswitch_la-switch_core.lo : src /switch_core .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_core.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_core.Tpo " -c -o libfreeswitch_la-switch_core.lo ` test -f 'src/switch_core.c' || echo '$(srcdir)/' ` src/switch_core.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_core.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_core.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_core.c' object = 'libfreeswitch_la-switch_core.lo' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_core.lo ` test -f 'src/switch_core.c' || echo '$(srcdir)/' ` src/switch_core.c
2005-11-12 16:27:19 -05:00
libfreeswitch_la-switch_loadable_module.lo : src /switch_loadable_module .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_loadable_module.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_loadable_module.Tpo " -c -o libfreeswitch_la-switch_loadable_module.lo ` test -f 'src/switch_loadable_module.c' || echo '$(srcdir)/' ` src/switch_loadable_module.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_loadable_module.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_loadable_module.c' object = 'libfreeswitch_la-switch_loadable_module.lo' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_loadable_module.lo ` test -f 'src/switch_loadable_module.c' || echo '$(srcdir)/' ` src/switch_loadable_module.c
2005-11-12 16:27:19 -05:00
libfreeswitch_la-switch_mutex.lo : src /switch_mutex .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_mutex.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_mutex.Tpo " -c -o libfreeswitch_la-switch_mutex.lo ` test -f 'src/switch_mutex.c' || echo '$(srcdir)/' ` src/switch_mutex.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_mutex.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_mutex.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_mutex.c' object = 'libfreeswitch_la-switch_mutex.lo' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_mutex.lo ` test -f 'src/switch_mutex.c' || echo '$(srcdir)/' ` src/switch_mutex.c
2005-11-12 16:27:19 -05:00
libfreeswitch_la-switch_utils.lo : src /switch_utils .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_utils.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_utils.Tpo " -c -o libfreeswitch_la-switch_utils.lo ` test -f 'src/switch_utils.c' || echo '$(srcdir)/' ` src/switch_utils.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_utils.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_utils.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_utils.c' object = 'libfreeswitch_la-switch_utils.lo' libtool = yes @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_utils.lo ` test -f 'src/switch_utils.c' || echo '$(srcdir)/' ` src/switch_utils.c
2005-11-12 16:27:19 -05:00
2005-12-13 14:53:29 -05:00
libfreeswitch_la-switch_event.lo : src /switch_event .c
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_event.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_event.Tpo " -c -o libfreeswitch_la-switch_event.lo ` test -f 'src/switch_event.c' || echo '$(srcdir)/' ` src/switch_event.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_event.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_event.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_event.Tpo" ; e x i t 1 ; f i
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_event.c' object = 'libfreeswitch_la-switch_event.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_event.lo ` test -f 'src/switch_event.c' || echo '$(srcdir)/' ` src/switch_event.c
2006-01-02 13:31:50 -05:00
libfreeswitch_la-switch_resample.lo : src /switch_resample .c
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -MT libfreeswitch_la-switch_resample.lo -MD -MP -MF " $( DEPDIR) /libfreeswitch_la-switch_resample.Tpo " -c -o libfreeswitch_la-switch_resample.lo ` test -f 'src/switch_resample.c' || echo '$(srcdir)/' ` src/switch_resample.c; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/libfreeswitch_la-switch_resample.Tpo" "$(DEPDIR)/libfreeswitch_la-switch_resample.Plo" ; e l s e r m - f "$(DEPDIR)/libfreeswitch_la-switch_resample.Tpo" ; e x i t 1 ; f i
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch_resample.c' object = 'libfreeswitch_la-switch_resample.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( libfreeswitch_la_CFLAGS) $( CFLAGS) -c -o libfreeswitch_la-switch_resample.lo ` test -f 'src/switch_resample.c' || echo '$(srcdir)/' ` src/switch_resample.c
2005-11-12 16:27:19 -05:00
freeswitch-switch.o : src /switch .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( freeswitch_CFLAGS ) $( CFLAGS ) - M T f r e e s w i t c h - s w i t c h . o - M D - M P - M F "$(DEPDIR)/freeswitch-switch.Tpo" - c - o f r e e s w i t c h - s w i t c h . o ` t e s t - f 'src/switch.c' | | e c h o '$(srcdir)/' ` s r c / s w i t c h . c ; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/freeswitch-switch.Tpo" "$(DEPDIR)/freeswitch-switch.Po" ; e l s e r m - f "$(DEPDIR)/freeswitch-switch.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch.c' object = 'freeswitch-switch.o' libtool = no @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
2005-11-12 16:27:19 -05:00
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( freeswitch_CFLAGS ) $( CFLAGS ) - c - o f r e e s w i t c h - s w i t c h . o ` t e s t - f 'src/switch.c' | | e c h o '$(srcdir)/' ` s r c / s w i t c h . c
freeswitch-switch.obj : src /switch .c
2005-11-30 17:27:10 -05:00
@ a m _ _ f a s t d e p C C _ T R U E @ i f $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( freeswitch_CFLAGS ) $( CFLAGS ) - M T f r e e s w i t c h - s w i t c h . o b j - M D - M P - M F "$(DEPDIR)/freeswitch-switch.Tpo" - c - o f r e e s w i t c h - s w i t c h . o b j ` i f t e s t - f 'src/switch.c' ; t h e n $( CYGPATH_W ) 'src/switch.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/src/switch.c' ; f i ` ; \
@ a m _ _ f a s t d e p C C _ T R U E @ t h e n m v - f "$(DEPDIR)/freeswitch-switch.Tpo" "$(DEPDIR)/freeswitch-switch.Po" ; e l s e r m - f "$(DEPDIR)/freeswitch-switch.Tpo" ; e x i t 1 ; f i
2005-11-12 16:27:19 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'src/switch.c' object = 'freeswitch-switch.obj' libtool = no @AMDEPBACKSLASH@
2005-11-30 17:27:10 -05:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
2005-11-12 16:27:19 -05:00
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( freeswitch_CFLAGS ) $( CFLAGS ) - c - o f r e e s w i t c h - s w i t c h . o b j ` i f t e s t - f 'src/switch.c' ; t h e n $( CYGPATH_W ) 'src/switch.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/src/switch.c' ; f i `
mostlyclean-libtool :
-rm -f *.lo
clean-libtool :
-rm -rf .libs _libs
distclean-libtool :
-rm -f libtool
uninstall-info-am :
install-library_includeHEADERS : $( library_include_HEADERS )
@$( NORMAL_INSTALL)
2005-11-30 17:27:10 -05:00
test -z " $( library_includedir) " || $( mkdir_p) " $( DESTDIR) $( library_includedir) "
2005-11-12 16:27:19 -05:00
@list= '$(library_include_HEADERS)' ; for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
2005-11-30 17:27:10 -05:00
f = $( am__strip_dir) \
echo " $( library_includeHEADERS_INSTALL) ' $$ d $$ p' ' $( DESTDIR) $( library_includedir) / $$ f' " ; \
$( library_includeHEADERS_INSTALL) " $$ d $$ p " " $( DESTDIR) $( library_includedir) / $$ f " ; \
2005-11-12 16:27:19 -05:00
done
uninstall-library_includeHEADERS :
@$( NORMAL_UNINSTALL)
@list= '$(library_include_HEADERS)' ; for p in $$ list; do \
2005-11-30 17:27:10 -05:00
f = $( am__strip_dir) \
echo " rm -f ' $( DESTDIR) $( library_includedir) / $$ f' " ; \
rm -f " $( DESTDIR) $( library_includedir) / $$ f " ; \
2005-11-12 16:27:19 -05:00
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS) :
2005-11-30 17:27:10 -05:00
@failcom= 'exit 1' ; \
for f in x $$ MAKEFLAGS; do \
case $$ f in \
*= * | --[ !k] *) ; ; \
*k*) failcom = 'fail=yes' ; ; \
esac ; \
done ; \
2005-11-12 16:27:19 -05:00
dot_seen = no; \
target = ` echo $@ | sed s/-recursive//` ; \
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
echo " Making $$ target in $$ subdir " ; \
if test " $$ subdir " = "." ; then \
dot_seen = yes; \
local_target = " $$ target-am " ; \
else \
local_target = " $$ target " ; \
fi ; \
( cd $$ subdir && $( MAKE) $( AM_MAKEFLAGS) $$ local_target) \
2005-11-30 17:27:10 -05:00
|| eval $$ failcom; \
2005-11-12 16:27:19 -05:00
done ; \
if test " $$ dot_seen " = "no" ; then \
$( MAKE) $( AM_MAKEFLAGS) " $$ target-am " || exit 1; \
fi ; test -z " $$ fail "
m o s t l y c l e a n - r e c u r s i v e c l e a n - r e c u r s i v e d i s t c l e a n - r e c u r s i v e \
maintainer-clean-recursive :
2005-11-30 17:27:10 -05:00
@failcom= 'exit 1' ; \
for f in x $$ MAKEFLAGS; do \
case $$ f in \
*= * | --[ !k] *) ; ; \
*k*) failcom = 'fail=yes' ; ; \
esac ; \
done ; \
2005-11-12 16:27:19 -05:00
dot_seen = no; \
case " $@ " in \
distclean-* | maintainer-clean-*) list = '$(DIST_SUBDIRS)' ; ; \
*) list = '$(SUBDIRS)' ; ; \
esac ; \
rev = '' ; for subdir in $$ list; do \
if test " $$ subdir " = "." ; then :; else \
rev = " $$ subdir $$ rev " ; \
fi ; \
done ; \
rev = " $$ rev . " ; \
target = ` echo $@ | sed s/-recursive//` ; \
for subdir in $$ rev; do \
echo " Making $$ target in $$ subdir " ; \
if test " $$ subdir " = "." ; then \
local_target = " $$ target-am " ; \
else \
local_target = " $$ target " ; \
fi ; \
( cd $$ subdir && $( MAKE) $( AM_MAKEFLAGS) $$ local_target) \
2005-11-30 17:27:10 -05:00
|| eval $$ failcom; \
2005-11-12 16:27:19 -05:00
done && test -z " $$ fail "
tags-recursive :
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
test " $$ subdir " = . || ( cd $$ subdir && $( MAKE) $( AM_MAKEFLAGS) tags) ; \
done
ctags-recursive :
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
test " $$ subdir " = . || ( cd $$ subdir && $( MAKE) $( AM_MAKEFLAGS) ctags) ; \
done
ID : $( HEADERS ) $( SOURCES ) $( LISP ) $( TAGS_FILES )
list = '$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; } \
END { for ( i in files) print i; } ' ` ; \
mkid -fID $$ unique
2005-11-30 17:27:10 -05:00
tags : TAGS
2005-11-12 16:27:19 -05:00
TAGS : tags -recursive $( HEADERS ) $( SOURCES ) $( TAGS_DEPENDENCIES ) \
$( TAGS_FILES) $( LISP)
tags = ; \
here = ` pwd ` ; \
2005-11-30 17:27:10 -05:00
if ( $( ETAGS) --etags-include --version) >/dev/null 2>& 1; then \
2005-11-12 16:27:19 -05:00
include_option = --etags-include; \
2005-11-30 17:27:10 -05:00
empty_fix = .; \
2005-11-12 16:27:19 -05:00
else \
include_option = --include; \
2005-11-30 17:27:10 -05:00
empty_fix = ; \
2005-11-12 16:27:19 -05:00
fi ; \
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
if test " $$ subdir " = .; then :; else \
2005-11-30 17:27:10 -05:00
test ! -f $$ subdir/TAGS || \
2005-11-12 16:27:19 -05:00
tags = " $$ tags $$ include_option= $$ here/ $$ subdir/TAGS " ; \
fi ; \
done ; \
list = '$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; } \
END { for ( i in files) print i; } ' ` ; \
2005-11-30 17:27:10 -05:00
if test -z " $( ETAGS_ARGS) $$ tags $$ unique " ; then :; else \
test -n " $$ unique " || unique = $$ empty_fix; \
$( ETAGS) $( ETAGSFLAGS) $( AM_ETAGSFLAGS) $( ETAGS_ARGS) \
$$ tags $$ unique; \
fi
2005-11-12 16:27:19 -05:00
ctags : CTAGS
CTAGS : ctags -recursive $( HEADERS ) $( SOURCES ) $( TAGS_DEPENDENCIES ) \
$( TAGS_FILES) $( LISP)
tags = ; \
here = ` pwd ` ; \
list = '$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; } \
END { for ( i in files) print i; } ' ` ; \
test -z " $( CTAGS_ARGS) $$ tags $$ unique " \
|| $( CTAGS) $( CTAGSFLAGS) $( AM_CTAGSFLAGS) $( CTAGS_ARGS) \
$$ tags $$ unique
GTAGS :
here = ` $( am__cd) $( top_builddir) && pwd ` \
&& cd $( top_srcdir) \
&& gtags -i $( GTAGS_ARGS) $$ here
distclean-tags :
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir : $( DISTFILES )
$( am__remove_distdir)
mkdir $( distdir)
2005-11-30 17:27:10 -05:00
$( mkdir_p) $( distdir) /src/include
2005-11-12 16:27:19 -05:00
@srcdirstrip= ` echo " $( srcdir) " | sed 's|.|.|g' ` ; \
topsrcdirstrip = ` echo " $( top_srcdir) " | sed 's|.|.|g' ` ; \
list = '$(DISTFILES)' ; for file in $$ list; do \
case $$ file in \
$( srcdir) /*) file = ` echo " $$ file " | sed " s|^ $$ srcdirstrip/|| " ` ; ; \
$( top_srcdir) /*) file = ` echo " $$ file " | sed " s|^ $$ topsrcdirstrip/| $( top_builddir) /| " ` ; ; \
esac ; \
if test -f $$ file || test -d $$ file; then d = .; else d = $( srcdir) ; fi ; \
dir = ` echo " $$ file " | sed -e 's,/[^/]*$$,,' ` ; \
if test " $$ dir " != " $$ file " && test " $$ dir " != "." ; then \
dir = " / $$ dir " ; \
2005-11-30 17:27:10 -05:00
$( mkdir_p) " $( distdir) $$ dir " ; \
2005-11-12 16:27:19 -05:00
else \
dir = '' ; \
fi ; \
if test -d $$ d/$$ file; then \
if test -d $( srcdir) /$$ file && test $$ d != $( srcdir) ; then \
cp -pR $( srcdir) /$$ file $( distdir) $$ dir || exit 1; \
fi ; \
cp -pR $$ d/$$ file $( distdir) $$ dir || exit 1; \
else \
test -f $( distdir) /$$ file \
|| cp -p $$ d/$$ file $( distdir) /$$ file \
|| exit 1; \
fi ; \
done
2005-11-30 17:27:10 -05:00
list = '$(DIST_SUBDIRS)' ; for subdir in $$ list; do \
2005-11-12 16:27:19 -05:00
if test " $$ subdir " = .; then :; else \
2005-11-30 17:27:10 -05:00
test -d " $( distdir) / $$ subdir " \
|| $( mkdir_p) " $( distdir) / $$ subdir " \
2005-11-12 16:27:19 -05:00
|| exit 1; \
2005-11-30 17:27:10 -05:00
distdir = ` $( am__cd) $( distdir) && pwd ` ; \
top_distdir = ` $( am__cd) $( top_distdir) && pwd ` ; \
2005-11-12 16:27:19 -05:00
( cd $$ subdir && \
$( MAKE) $( AM_MAKEFLAGS) \
2005-11-30 17:27:10 -05:00
top_distdir = " $$ top_distdir " \
distdir = " $$ distdir/ $$ subdir " \
2005-11-12 16:27:19 -05:00
distdir) \
|| exit 1; \
fi ; \
done
-find $( distdir) -type d ! -perm -777 -exec chmod a+rwx { } \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r { } \; -o \
! -type d ! -perm -400 -exec chmod a+r { } \; -o \
! -type d ! -perm -444 -exec $( SHELL) $( install_sh) -c -m a+r { } { } \; \
|| chmod -R a+r $( distdir)
dist-gzip : distdir
2005-11-30 17:27:10 -05:00
tardir = $( distdir) && $( am__tar) | GZIP = $( GZIP_ENV) gzip -c >$( distdir) .tar.gz
$( am__remove_distdir)
dist-bzip2 : distdir
tardir = $( distdir) && $( am__tar) | bzip2 -9 -c >$( distdir) .tar.bz2
$( am__remove_distdir)
dist-tarZ : distdir
tardir = $( distdir) && $( am__tar) | compress -c >$( distdir) .tar.Z
$( am__remove_distdir)
dist-shar : distdir
shar $( distdir) | GZIP = $( GZIP_ENV) gzip -c >$( distdir) .shar.gz
$( am__remove_distdir)
dist-zip : distdir
-rm -f $( distdir) .zip
zip -rq $( distdir) .zip $( distdir)
2005-11-12 16:27:19 -05:00
$( am__remove_distdir)
dist dist-all : distdir
2005-11-30 17:27:10 -05:00
tardir = $( distdir) && $( am__tar) | GZIP = $( GZIP_ENV) gzip -c >$( distdir) .tar.gz
2005-11-12 16:27:19 -05:00
$( am__remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck : dist
2005-11-30 17:27:10 -05:00
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
GZIP = $( GZIP_ENV) gunzip -c $( distdir) .tar.gz | $( am__untar) ; ; \
*.tar.bz2*) \
bunzip2 -c $( distdir) .tar.bz2 | $( am__untar) ; ; \
*.tar.Z*) \
uncompress -c $( distdir) .tar.Z | $( am__untar) ; ; \
*.shar.gz*) \
GZIP = $( GZIP_ENV) gunzip -c $( distdir) .shar.gz | unshar ; ; \
*.zip*) \
unzip $( distdir) .zip ; ; \
esac
2005-11-12 16:27:19 -05:00
chmod -R a-w $( distdir) ; chmod a+w $( distdir)
mkdir $( distdir) /_build
mkdir $( distdir) /_inst
chmod a-w $( distdir)
dc_install_base = ` $( am__cd) $( distdir) /_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,' ` \
&& dc_destdir = " $$ {TMPDIR-/tmp}/am-dc- $$ $$ / " \
&& cd $( distdir) /_build \
&& ../configure --srcdir= .. --prefix= " $$ dc_install_base " \
$( DISTCHECK_CONFIGURE_FLAGS) \
&& $( MAKE) $( AM_MAKEFLAGS) \
&& $( MAKE) $( AM_MAKEFLAGS) dvi \
&& $( MAKE) $( AM_MAKEFLAGS) check \
&& $( MAKE) $( AM_MAKEFLAGS) install \
&& $( MAKE) $( AM_MAKEFLAGS) installcheck \
&& $( MAKE) $( AM_MAKEFLAGS) uninstall \
&& $( MAKE) $( AM_MAKEFLAGS) distuninstallcheck_dir = " $$ dc_install_base " \
distuninstallcheck \
&& chmod -R a-w " $$ dc_install_base " \
&& ( { \
2005-11-30 17:27:10 -05:00
( cd ../.. && umask 077 && mkdir " $$ dc_destdir " ) \
2005-11-12 16:27:19 -05:00
&& $( MAKE) $( AM_MAKEFLAGS) DESTDIR = " $$ dc_destdir " install \
&& $( MAKE) $( AM_MAKEFLAGS) DESTDIR = " $$ dc_destdir " uninstall \
&& $( MAKE) $( AM_MAKEFLAGS) DESTDIR = " $$ dc_destdir " \
distuninstallcheck_dir = " $$ dc_destdir " distuninstallcheck; \
} || { rm -rf " $$ dc_destdir " ; exit 1; } ) \
&& rm -rf " $$ dc_destdir " \
2005-11-30 17:27:10 -05:00
&& $( MAKE) $( AM_MAKEFLAGS) dist \
&& rm -rf $( DIST_ARCHIVES) \
2005-11-12 16:27:19 -05:00
&& $( MAKE) $( AM_MAKEFLAGS) distcleancheck
$( am__remove_distdir)
2005-11-30 17:27:10 -05:00
@( echo " $( distdir) archives ready for distribution: " ; \
list = '$(DIST_ARCHIVES)' ; for i in $$ list; do echo $$ i; done ) | \
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
2005-11-12 16:27:19 -05:00
distuninstallcheck :
@cd $( distuninstallcheck_dir) \
&& test ` $( distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n " $( DESTDIR) " ; then \
echo " (check DESTDIR support)" ; \
fi ; \
$( distuninstallcheck_listfiles) ; \
exit 1; } >& 2
distcleancheck : distclean
@if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
@test ` $( distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ; \
$( distcleancheck_listfiles) ; \
exit 1; } >& 2
check-am : all -am
check : check -recursive
all-am : Makefile $( LTLIBRARIES ) $( PROGRAMS ) $( HEADERS )
install-binPROGRAMS : install -libLTLIBRARIES
installdirs : installdirs -recursive
installdirs-am :
2005-11-30 17:27:10 -05:00
for dir in " $( DESTDIR) $( libdir) " " $( DESTDIR) $( bindir) " " $( DESTDIR) $( library_includedir) " ; do \
test -z " $$ dir " || $( mkdir_p) " $$ dir " ; \
done
2005-11-12 16:27:19 -05:00
install : install -recursive
install-exec : install -exec -recursive
install-data : install -data -recursive
uninstall : uninstall -recursive
install-am : all -am
@$( MAKE) $( AM_MAKEFLAGS) install-exec-am install-data-am
installcheck : installcheck -recursive
install-strip :
$( MAKE) $( AM_MAKEFLAGS) INSTALL_PROGRAM = " $( INSTALL_STRIP_PROGRAM) " \
install_sh_PROGRAM = " $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG = -s \
` test -z '$(STRIP)' || \
echo " INSTALL_PROGRAM_ENV=STRIPPROG=' $( STRIP) ' " ` install
mostlyclean-generic :
clean-generic :
distclean-generic :
2005-11-30 17:27:10 -05:00
-test -z " $( CONFIG_CLEAN_FILES) " || rm -f $( CONFIG_CLEAN_FILES)
2005-11-12 16:27:19 -05:00
maintainer-clean-generic :
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean : clean -recursive
clean-am : clean -binPROGRAMS clean -generic clean -libLTLIBRARIES \
clean-libtool mostlyclean-am
distclean : distclean -recursive
-rm -f $( am__CONFIG_DISTCLEAN_FILES)
-rm -rf ./$( DEPDIR)
-rm -f Makefile
2005-11-30 17:27:10 -05:00
distclean-am : clean -am distclean -compile distclean -generic \
distclean-hdr distclean-libtool distclean-tags
2005-11-12 16:27:19 -05:00
dvi : dvi -recursive
dvi-am :
2005-11-30 17:27:10 -05:00
html : html -recursive
2005-11-12 16:27:19 -05:00
info : info -recursive
info-am :
install-data-am : install -library_includeHEADERS
install-exec-am : install -binPROGRAMS install -libLTLIBRARIES
install-info : install -info -recursive
install-man :
installcheck-am :
maintainer-clean : maintainer -clean -recursive
-rm -f $( am__CONFIG_DISTCLEAN_FILES)
-rm -rf $( top_srcdir) /autom4te.cache
-rm -rf ./$( DEPDIR)
-rm -f Makefile
maintainer-clean-am : distclean -am maintainer -clean -generic
mostlyclean : mostlyclean -recursive
mostlyclean-am : mostlyclean -compile mostlyclean -generic \
mostlyclean-libtool
pdf : pdf -recursive
pdf-am :
ps : ps -recursive
ps-am :
uninstall-am : uninstall -binPROGRAMS uninstall -info -am \
uninstall-libLTLIBRARIES uninstall-library_includeHEADERS
uninstall-info : uninstall -info -recursive
2005-11-30 17:27:10 -05:00
.PHONY : $( RECURSIVE_TARGETS ) CTAGS GTAGS all all -am am --refresh check \
check-am clean clean-binPROGRAMS clean-generic \
clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
dist-tarZ dist-zip distcheck distclean distclean-compile \
2005-11-12 16:27:19 -05:00
distclean-generic distclean-hdr distclean-libtool \
distclean-recursive distclean-tags distcleancheck distdir \
2005-11-30 17:27:10 -05:00
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-am install-binPROGRAMS install-data \
install-data-am install-exec install-exec-am install-info \
install-info-am install-libLTLIBRARIES \
install-library_includeHEADERS install-man install-strip \
installcheck installcheck-am installdirs installdirs-am \
maintainer-clean maintainer-clean-generic \
2005-11-12 16:27:19 -05:00
maintainer-clean-recursive mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
2005-11-30 17:27:10 -05:00
pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
uninstall-binPROGRAMS uninstall-info-am \
uninstall-libLTLIBRARIES uninstall-library_includeHEADERS
2005-11-12 16:27:19 -05:00
2005-12-28 10:42:49 -05:00
.nodepends :
2005-12-21 12:22:38 -05:00
touch .nodepends
2005-12-28 10:42:49 -05:00
nodepends : .nodepends
yesdepends :
rm .nodepends
2005-12-20 18:17:30 -05:00
depends :
2006-01-02 13:31:50 -05:00
./buildlib.sh . install sqlite-3.2.8.tar.gz --prefix= $( PREFIX) --disable-tcl --enable-threadsafe
./buildlib.sh . install apr-1.2.2.tar.gz --prefix= $( PREFIX)
./buildlib.sh . install apr-util-1.2.2.tar.gz --with-apr= ../apr-1.2.2 --prefix= $( PREFIX)
./buildlib.sh . install libresample-0.1.3.tgz --prefix= $( PREFIX)
cp libs/libresample-0.1.3/*.a $( PREFIX) /lib
cp libs/libresample-0.1.3/include/* $( PREFIX) /include
2006-01-05 16:34:51 -05:00
ranlib $( PREFIX) /lib/libresample.a
2005-12-20 18:17:30 -05:00
2005-11-12 16:27:19 -05:00
modules : $( NAME )
@echo making modules
2006-01-03 16:58:16 -05:00
@cd src/mod && for i in ` cat ../../modules.conf | grep -v \# ` ; do echo making $$ i ; PREFIX = " $( PREFIX) " BASE = " $( PWD) " OSARCH = " $( OSARCH) " SOLINK = " $( SOLINK) " LDFLAGS = " $( AM_LDFLAGS) -lfreeswitch " CFLAGS = " $( AM_CFLAGS) " CC = " $( CC) " MOD = " $$ i " $( PWD) /modmake.sh $( PWD) $$ i || exit 1; done
2005-11-12 16:27:19 -05:00
modclean :
2005-12-28 00:17:21 -05:00
@cd src/mod && for i in ` find . -type d -name mod_\* ` ; do echo making clean $$ i ; SOLINK = " $( SOLINK) " CFLAGS = " $( CFLAGS) " CC = " $( CC) " MOD = " $$ i " $( PWD) /modmake.sh $( PWD) $$ i clean || exit 1; done
2005-11-12 16:27:19 -05:00
2006-01-05 16:03:22 -05:00
everything : all modules
installall : install install_mod
wayclean : clean modclean
2006-01-03 17:36:56 -05:00
modwipe :
rm -f $( PREFIX) /mod/*.so
2005-12-28 10:42:49 -05:00
install_mod : modules
2005-11-12 16:27:19 -05:00
@echo Installing $( NAME)
2006-01-02 13:31:50 -05:00
@mkdir -p $( PREFIX) $( PREFIX) /conf $( PREFIX) /mod $( PREFIX) /db $( PREFIX) /bin
2005-11-12 16:27:19 -05:00
@/bin/cp -p ./$( NAME) $( PREFIX) /bin
@ln -sf $( PREFIX) /bin/$( NAME) /usr/bin
@echo Installing Modules
2006-01-03 17:36:56 -05:00
@cd src/mod && for i in ` cat ../../modules.conf | grep -v \# ` ; do echo making clean $$ i ; PREFIX = $( PREFIX) MOD = " $$ i " $( PWD) /modmake.sh $( PWD) $$ i install || exit 1; done
2005-11-12 16:27:19 -05:00
@echo done
2006-01-02 13:31:50 -05:00
dox :
2006-01-03 17:49:25 -05:00
cd docs && doxygen $( PWD) /docs/Doxygen.conf
2006-01-02 13:31:50 -05:00
2005-11-12 16:27:19 -05:00
eclean : clean
rm -f ` find . -type f -name \* ~`
rm -f ` find . -type f -name \. *~`
rm -f ` find . -type f -name \# \* `
rm -f ` find . -type f -name \. \# \* `
rm -f ` find . -type f -name core\* `
rm -f *.tar *.tgz *.gz
megaclean : eclean modclean
rm -fr $( SQLITETAR) $( SQLITE) $( APR) $( APRTAR) $( SOX) $( SOXTAR) $( COMMONTAR)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT :