mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
rename spandsp project files so we can add 2005 projects too.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12195 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9952b6d633
commit
9b295662e5
@ -573,12 +573,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_lcr", "src\mod\applicat
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Download TIFF", "libs\win32\Download TIFF.2008.vcproj", "{2B8A45C9-FEB4-4734-AB37-8DB9DB899917}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libspandsp", "libs\spandsp\src\libspandsp.vcproj", "{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libspandsp", "libs\spandsp\src\libspandsp.2008.vcproj", "{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{401A40CD-5DB4-4E34-AC68-FA99E9FAC014} = {401A40CD-5DB4-4E34-AC68-FA99E9FAC014}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtiff", "libs\spandsp\src\libtiff.vcproj", "{401A40CD-5DB4-4E34-AC68-FA99E9FAC014}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtiff", "libs\spandsp\src\libtiff.2008.vcproj", "{401A40CD-5DB4-4E34-AC68-FA99E9FAC014}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{2B8A45C9-FEB4-4734-AB37-8DB9DB899917} = {2B8A45C9-FEB4-4734-AB37-8DB9DB899917}
|
||||
EndProjectSection
|
||||
|
@ -951,12 +951,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_lcr", "src\mod\applicat
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Download TIFF", "libs\win32\Download TIFF.2008.vcproj", "{2B8A45C9-FEB4-4734-AB37-8DB9DB899917}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtiff", "libs\spandsp\src\libtiff.vcproj", "{401A40CD-5DB4-4E34-AC68-FA99E9FAC014}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtiff", "libs\spandsp\src\libtiff.2008.vcproj", "{401A40CD-5DB4-4E34-AC68-FA99E9FAC014}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{2B8A45C9-FEB4-4734-AB37-8DB9DB899917} = {2B8A45C9-FEB4-4734-AB37-8DB9DB899917}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libspandsp", "libs\spandsp\src\libspandsp.vcproj", "{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libspandsp", "libs\spandsp\src\libspandsp.2008.vcproj", "{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{401A40CD-5DB4-4E34-AC68-FA99E9FAC014} = {401A40CD-5DB4-4E34-AC68-FA99E9FAC014}
|
||||
EndProjectSection
|
||||
|
@ -1,461 +1,462 @@
|
||||
##
|
||||
## SpanDSP - a series of DSP components for telephony
|
||||
##
|
||||
## Makefile.am - Process this file with automake to produce Makefile.in
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU Lesser General Public License version 2.1,
|
||||
## as published by the Free Software Foundation.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU Lesser General Public License for more details.
|
||||
##
|
||||
## You should have received a copy of the GNU Lesser General Public
|
||||
## License along with this program; if not, write to the Free Software
|
||||
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
##
|
||||
## $Id: Makefile.am,v 1.124 2009/02/14 15:21:14 steveu Exp $
|
||||
|
||||
AM_CFLAGS = $(COMP_VENDOR_CFLAGS)
|
||||
AM_LDFLAGS = $(COMP_VENDOR_LDFLAGS)
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
EXTRA_DIST = floating_fudge.h \
|
||||
spandsp/version.h.in \
|
||||
libspandsp.dsp \
|
||||
libspandsp.sln \
|
||||
libspandsp.vcproj \
|
||||
msvc/config.h \
|
||||
msvc/getopt.c \
|
||||
msvc/gettimeofday.c \
|
||||
msvc/inttypes.h \
|
||||
msvc/tgmath.h \
|
||||
msvc/unistd.h \
|
||||
msvc/spandsp.h \
|
||||
msvc/sys/time.h \
|
||||
msvc/make_at_dictionary.vcproj \
|
||||
msvc/make_headers.bat \
|
||||
msvc/make_modem_filter.vcproj \
|
||||
msvc/msvcproj.head \
|
||||
msvc/msvcproj.foot \
|
||||
msvc/vc8proj.head \
|
||||
msvc/vc8proj.foot \
|
||||
spandsp/private/README
|
||||
INCLUDES = -I$(top_builddir)
|
||||
|
||||
lib_LTLIBRARIES = libspandsp.la
|
||||
|
||||
libspandsp_la_SOURCES = adsi.c \
|
||||
async.c \
|
||||
at_interpreter.c \
|
||||
awgn.c \
|
||||
bell_r2_mf.c \
|
||||
bert.c \
|
||||
bit_operations.c \
|
||||
bitstream.c \
|
||||
complex_filters.c \
|
||||
complex_vector_float.c \
|
||||
complex_vector_int.c \
|
||||
crc.c \
|
||||
dds_float.c \
|
||||
dds_int.c \
|
||||
dtmf.c \
|
||||
echo.c \
|
||||
fax.c \
|
||||
fax_modems.c \
|
||||
fsk.c \
|
||||
g711.c \
|
||||
g722.c \
|
||||
g726.c \
|
||||
gsm0610_decode.c \
|
||||
gsm0610_encode.c \
|
||||
gsm0610_long_term.c \
|
||||
gsm0610_lpc.c \
|
||||
gsm0610_preprocess.c \
|
||||
gsm0610_rpe.c \
|
||||
gsm0610_short_term.c \
|
||||
hdlc.c \
|
||||
ima_adpcm.c \
|
||||
logging.c \
|
||||
lpc10_analyse.c \
|
||||
lpc10_decode.c \
|
||||
lpc10_encode.c \
|
||||
lpc10_placev.c \
|
||||
lpc10_voicing.c \
|
||||
modem_echo.c \
|
||||
modem_connect_tones.c \
|
||||
noise.c \
|
||||
oki_adpcm.c \
|
||||
playout.c \
|
||||
plc.c \
|
||||
power_meter.c \
|
||||
queue.c \
|
||||
schedule.c \
|
||||
sig_tone.c \
|
||||
silence_gen.c \
|
||||
super_tone_rx.c \
|
||||
super_tone_tx.c \
|
||||
t4.c \
|
||||
t30.c \
|
||||
t30_api.c \
|
||||
t30_logging.c \
|
||||
t31.c \
|
||||
t35.c \
|
||||
t38_core.c \
|
||||
t38_gateway.c \
|
||||
t38_non_ecm_buffer.c \
|
||||
t38_terminal.c \
|
||||
testcpuid.c \
|
||||
time_scale.c \
|
||||
tone_detect.c \
|
||||
tone_generate.c \
|
||||
v17rx.c \
|
||||
v17tx.c \
|
||||
v22bis_rx.c \
|
||||
v22bis_tx.c \
|
||||
v27ter_rx.c \
|
||||
v27ter_tx.c \
|
||||
v29rx.c \
|
||||
v29tx.c \
|
||||
v42.c \
|
||||
v42bis.c \
|
||||
v8.c \
|
||||
vector_float.c \
|
||||
vector_int.c
|
||||
|
||||
libspandsp_la_LDFLAGS = -version-info @SPANDSP_LT_CURRENT@:@SPANDSP_LT_REVISION@:@SPANDSP_LT_AGE@ $(COMP_VENDOR_FLAGS)
|
||||
|
||||
nobase_include_HEADERS = spandsp/adsi.h \
|
||||
spandsp/async.h \
|
||||
spandsp/arctan2.h \
|
||||
spandsp/at_interpreter.h \
|
||||
spandsp/awgn.h \
|
||||
spandsp/bell_r2_mf.h \
|
||||
spandsp/bert.h \
|
||||
spandsp/biquad.h \
|
||||
spandsp/bit_operations.h \
|
||||
spandsp/bitstream.h \
|
||||
spandsp/crc.h \
|
||||
spandsp/complex.h \
|
||||
spandsp/complex_filters.h \
|
||||
spandsp/complex_vector_float.h \
|
||||
spandsp/complex_vector_int.h \
|
||||
spandsp/dc_restore.h \
|
||||
spandsp/dds.h \
|
||||
spandsp/dtmf.h \
|
||||
spandsp/echo.h \
|
||||
spandsp/fast_convert.h \
|
||||
spandsp/fax.h \
|
||||
spandsp/fax_modems.h \
|
||||
spandsp/fir.h \
|
||||
spandsp/fsk.h \
|
||||
spandsp/g168models.h \
|
||||
spandsp/g711.h \
|
||||
spandsp/g722.h \
|
||||
spandsp/g726.h \
|
||||
spandsp/gsm0610.h \
|
||||
spandsp/hdlc.h \
|
||||
spandsp/ima_adpcm.h \
|
||||
spandsp/logging.h \
|
||||
spandsp/lpc10.h \
|
||||
spandsp/modem_echo.h \
|
||||
spandsp/modem_connect_tones.h \
|
||||
spandsp/noise.h \
|
||||
spandsp/oki_adpcm.h \
|
||||
spandsp/playout.h \
|
||||
spandsp/plc.h \
|
||||
spandsp/power_meter.h \
|
||||
spandsp/queue.h \
|
||||
spandsp/saturated.h \
|
||||
spandsp/schedule.h \
|
||||
spandsp/sig_tone.h \
|
||||
spandsp/silence_gen.h \
|
||||
spandsp/super_tone_rx.h \
|
||||
spandsp/super_tone_tx.h \
|
||||
spandsp/t4.h \
|
||||
spandsp/t30.h \
|
||||
spandsp/t30_api.h \
|
||||
spandsp/t30_fcf.h \
|
||||
spandsp/t30_logging.h \
|
||||
spandsp/t31.h \
|
||||
spandsp/t35.h \
|
||||
spandsp/t38_core.h \
|
||||
spandsp/t38_gateway.h \
|
||||
spandsp/t38_non_ecm_buffer.h \
|
||||
spandsp/t38_terminal.h \
|
||||
spandsp/telephony.h \
|
||||
spandsp/time_scale.h \
|
||||
spandsp/timing.h \
|
||||
spandsp/tone_detect.h \
|
||||
spandsp/tone_generate.h \
|
||||
spandsp/v17rx.h \
|
||||
spandsp/v17tx.h \
|
||||
spandsp/v22bis.h \
|
||||
spandsp/v27ter_rx.h \
|
||||
spandsp/v27ter_tx.h \
|
||||
spandsp/v29rx.h \
|
||||
spandsp/v29tx.h \
|
||||
spandsp/v42.h \
|
||||
spandsp/v42bis.h \
|
||||
spandsp/v8.h \
|
||||
spandsp/vector_float.h \
|
||||
spandsp/vector_int.h \
|
||||
spandsp/version.h \
|
||||
spandsp/private/adsi.h \
|
||||
spandsp/private/async.h \
|
||||
spandsp/private/at_interpreter.h \
|
||||
spandsp/private/awgn.h \
|
||||
spandsp/private/bell_r2_mf.h \
|
||||
spandsp/private/bert.h \
|
||||
spandsp/private/bitstream.h \
|
||||
spandsp/private/dtmf.h \
|
||||
spandsp/private/fax.h \
|
||||
spandsp/private/fax_modems.h \
|
||||
spandsp/private/fsk.h \
|
||||
spandsp/private/g711.h \
|
||||
spandsp/private/g722.h \
|
||||
spandsp/private/g726.h \
|
||||
spandsp/private/gsm0610.h \
|
||||
spandsp/private/hdlc.h \
|
||||
spandsp/private/ima_adpcm.h \
|
||||
spandsp/private/logging.h \
|
||||
spandsp/private/lpc10.h \
|
||||
spandsp/private/modem_connect_tones.h \
|
||||
spandsp/private/noise.h \
|
||||
spandsp/private/oki_adpcm.h \
|
||||
spandsp/private/queue.h \
|
||||
spandsp/private/schedule.h \
|
||||
spandsp/private/sig_tone.h \
|
||||
spandsp/private/super_tone_rx.h \
|
||||
spandsp/private/super_tone_tx.h \
|
||||
spandsp/private/t30.h \
|
||||
spandsp/private/t31.h \
|
||||
spandsp/private/t38_core.h \
|
||||
spandsp/private/t38_gateway.h \
|
||||
spandsp/private/t38_non_ecm_buffer.h \
|
||||
spandsp/private/t38_terminal.h \
|
||||
spandsp/private/t4.h \
|
||||
spandsp/private/time_scale.h \
|
||||
spandsp/private/tone_detect.h \
|
||||
spandsp/private/tone_generate.h \
|
||||
spandsp/private/v17rx.h \
|
||||
spandsp/private/v17tx.h \
|
||||
spandsp/private/v22bis.h \
|
||||
spandsp/private/v27ter_rx.h \
|
||||
spandsp/private/v27ter_tx.h \
|
||||
spandsp/private/v29rx.h \
|
||||
spandsp/private/v29tx.h \
|
||||
spandsp/private/v42.h \
|
||||
spandsp/private/v42bis.h \
|
||||
spandsp/private/v8.h \
|
||||
spandsp/expose.h
|
||||
|
||||
nodist_include_HEADERS = spandsp.h
|
||||
|
||||
noinst_HEADERS = faxfont.h \
|
||||
filter_tools.h \
|
||||
gsm0610_local.h \
|
||||
lpc10_encdecs.h \
|
||||
t30_local.h \
|
||||
t4_states.h \
|
||||
v17rx_constellation_maps.h \
|
||||
v17tx_constellation_maps.h \
|
||||
v29tx_constellation_maps.h
|
||||
|
||||
noinst_PROGRAMS = make_at_dictionary \
|
||||
make_modem_filter
|
||||
|
||||
make_modem_filter_SOURCES = make_modem_filter.c \
|
||||
filter_tools.c
|
||||
|
||||
# We need to run make_at_dictionary, so it generates the
|
||||
# at_interpreter_dictionary.h file
|
||||
|
||||
at_interpreter.$(OBJEXT): at_interpreter_dictionary.h
|
||||
|
||||
at_interpreter.lo: at_interpreter_dictionary.h
|
||||
|
||||
at_interpreter_dictionary.h: make_at_dictionary$(EXEEXT)
|
||||
./make_at_dictionary$(EXEEXT) >at_interpreter_dictionary.h
|
||||
|
||||
v17rx.$(OBJEXT): v17rx_fixed_rrc.h v17rx_floating_rrc.h
|
||||
|
||||
v17rx.lo: v17rx_fixed_rrc.h v17rx_floating_rrc.h
|
||||
|
||||
v17rx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.17 -i -r >v17rx_fixed_rrc.h
|
||||
|
||||
v17rx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.17 -r >v17rx_floating_rrc.h
|
||||
|
||||
v17tx.$(OBJEXT): v17tx_fixed_rrc.h v17tx_floating_rrc.h
|
||||
|
||||
v17tx.lo: v17tx_fixed_rrc.h v17tx_floating_rrc.h
|
||||
|
||||
v17tx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.17 -i -t >v17tx_fixed_rrc.h
|
||||
|
||||
v17tx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.17 -t >v17tx_floating_rrc.h
|
||||
|
||||
v22bis_rx.$(OBJEXT): v22bis_rx_1200_fixed_rrc.h \
|
||||
v22bis_rx_2400_fixed_rrc.h \
|
||||
v22bis_rx_1200_floating_rrc.h \
|
||||
v22bis_rx_2400_floating_rrc.h
|
||||
|
||||
v22bis_rx.lo: v22bis_rx_1200_fixed_rrc.h \
|
||||
v22bis_rx_2400_fixed_rrc.h \
|
||||
v22bis_rx_1200_floating_rrc.h \
|
||||
v22bis_rx_2400_floating_rrc.h
|
||||
|
||||
v22bis_rx_1200_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis1200 -i -r >v22bis_rx_1200_fixed_rrc.h
|
||||
|
||||
v22bis_rx_2400_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis2400 -i -r >v22bis_rx_2400_fixed_rrc.h
|
||||
|
||||
v22bis_rx_1200_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis1200 -r >v22bis_rx_1200_floating_rrc.h
|
||||
|
||||
v22bis_rx_2400_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis2400 -r >v22bis_rx_2400_floating_rrc.h
|
||||
|
||||
v22bis_tx.$(OBJEXT): v22bis_tx_fixed_rrc.h v22bis_tx_floating_rrc.h
|
||||
|
||||
v22bis_tx.lo: v22bis_tx_fixed_rrc.h v22bis_tx_floating_rrc.h
|
||||
|
||||
v22bis_tx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis -i -t >v22bis_tx_fixed_rrc.h
|
||||
|
||||
v22bis_tx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis -t >v22bis_tx_floating_rrc.h
|
||||
|
||||
v27ter_rx_.$(OBJEXT): v27ter_rx_2400_fixed_rrc.h \
|
||||
v27ter_rx_4800_fixed_rrc.h \
|
||||
v27ter_rx_2400_floating_rrc.h \
|
||||
v27ter_rx_4800_floating_rrc.h
|
||||
|
||||
v27ter_rx.lo: v27ter_rx_2400_fixed_rrc.h \
|
||||
v27ter_rx_4800_fixed_rrc.h \
|
||||
v27ter_rx_2400_floating_rrc.h \
|
||||
v27ter_rx_4800_floating_rrc.h
|
||||
|
||||
v27ter_rx_2400_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter2400 -i -r >v27ter_rx_2400_fixed_rrc.h
|
||||
|
||||
v27ter_rx_4800_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter4800 -i -r >v27ter_rx_4800_fixed_rrc.h
|
||||
|
||||
v27ter_rx_2400_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter2400 -r >v27ter_rx_2400_floating_rrc.h
|
||||
|
||||
v27ter_rx_4800_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter4800 -r >v27ter_rx_4800_floating_rrc.h
|
||||
|
||||
v27ter_tx_.$(OBJEXT): v27ter_tx_2400_fixed_rrc.h \
|
||||
v27ter_tx_4800_fixed_rrc.h \
|
||||
v27ter_tx_2400_floating_rrc.h \
|
||||
v27ter_tx_4800_floating_rrc.h
|
||||
|
||||
v27ter_tx.lo: v27ter_tx_2400_fixed_rrc.h \
|
||||
v27ter_tx_4800_fixed_rrc.h \
|
||||
v27ter_tx_2400_floating_rrc.h \
|
||||
v27ter_tx_4800_floating_rrc.h
|
||||
|
||||
v27ter_tx_2400_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter2400 -i -t >v27ter_tx_2400_fixed_rrc.h
|
||||
|
||||
v27ter_tx_4800_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter4800 -i -t >v27ter_tx_4800_fixed_rrc.h
|
||||
|
||||
v27ter_tx_2400_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter2400 -t >v27ter_tx_2400_floating_rrc.h
|
||||
|
||||
v27ter_tx_4800_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter4800 -t >v27ter_tx_4800_floating_rrc.h
|
||||
|
||||
v29rx.$(OBJEXT): v29rx_fixed_rrc.h v29rx_floating_rrc.h
|
||||
|
||||
v29rx.lo: v29rx_fixed_rrc.h v29rx_floating_rrc.h
|
||||
|
||||
v29rx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.29 -i -r >v29rx_fixed_rrc.h
|
||||
|
||||
v29rx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.29 -r >v29rx_floating_rrc.h
|
||||
|
||||
v29tx.$(OBJEXT): v29tx_fixed_rrc.h v29tx_floating_rrc.h
|
||||
|
||||
v29tx.lo: v29tx_fixed_rrc.h v29tx_floating_rrc.h
|
||||
|
||||
v29tx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.29 -i -t >v29tx_fixed_rrc.h
|
||||
|
||||
v29tx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.29 -t >v29tx_floating_rrc.h
|
||||
|
||||
DSP = libspandsp.dsp
|
||||
VCPROJ = libspandsp.vcproj
|
||||
|
||||
WIN32SOURCES = $(libspandsp_la_SOURCES) .\\msvc\\gettimeofday.c
|
||||
WIN32HEADERS = $(nobase_include_HEADERS) spandsp.h
|
||||
|
||||
DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP)
|
||||
VCPROJOUT = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ)
|
||||
|
||||
$(DSP): msvc/msvcproj.head msvc/msvcproj.foot Makefile.am
|
||||
echo "creating $(DSP)"
|
||||
@(cp $(srcdir)/msvc/msvcproj.head $(DSP); \
|
||||
echo "# Begin Group \"Source Files\"" $(DSPOUT); \
|
||||
for file in $(WIN32SOURCES); do \
|
||||
echo "# Begin Source File" $(DSPOUT); \
|
||||
echo "" $(DSPOUT); \
|
||||
echo "SOURCE=.\\"$$file $(DSPOUT); \
|
||||
echo "# End Source File" $(DSPOUT); \
|
||||
done; \
|
||||
echo "# End Group" $(DSPOUT); \
|
||||
echo "# Begin Group \"Header Files\"" $(DSPOUT); \
|
||||
for file in $(WIN32HEADERS); do \
|
||||
echo "# Begin Source File" $(DSPOUT); \
|
||||
echo "" $(DSPOUT); \
|
||||
echo "SOURCE=.\\"$$file $(DSPOUT); \
|
||||
echo "# End Source File" $(DSPOUT); \
|
||||
done; \
|
||||
echo "# End Group" $(DSPOUT); \
|
||||
cat $(srcdir)/msvc/msvcproj.foot $(DSPOUT) )
|
||||
|
||||
$(VCPROJ): msvc/vc8proj.head msvc/vc8proj.foot Makefile.am
|
||||
echo "creating $(VCPROJ)"
|
||||
@(cp $(srcdir)/msvc/vc8proj.head $(VCPROJ); \
|
||||
for file in $(WIN32SOURCES); do \
|
||||
echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
|
||||
done; \
|
||||
echo "</Filter><Filter Name=\"Header Files\">" $(VCPROJOUT); \
|
||||
for file in $(WIN32HEADERS); do \
|
||||
echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
|
||||
done; \
|
||||
cat $(srcdir)/msvc/vc8proj.foot $(VCPROJOUT) )
|
||||
|
||||
$(srcdir)/msvc/spandsp.h: spandsp.h.in
|
||||
echo "creating $(srcdir)/msvc/spandsp.h"
|
||||
@cp $(srcdir)/spandsp.h.in $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@SPANDSP_USE_FIXED_POINT\@/#undef SPANDSP_USE_FIXED_POINT/" $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@SPANDSP_MISALIGNED_ACCESS_FAILS\@/#undef SPANDSP_MISALIGNED_ACCESS_FAILS/" $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@SPANDSP_USE_EXPORT_CAPABILITY\@/#define SPANDSP_USE_EXPORT_CAPABILITY 1/" $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@INSERT_INTTYPES_HEADER\@/#include <inttypes.h>/" $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@INSERT_MATH_HEADER\@/#include <math.h>/" $(srcdir)/msvc/spandsp.h
|
||||
|
||||
spandsp/version.h:
|
||||
NOWDATE=`date --utc +"%Y%m%d"` ; \
|
||||
NOWTIME=`date --utc +"%H%M%S"` ; \
|
||||
sed 's/$$SPANDSP_RELEASE_DATE/'$$NOWDATE'/;s/$$SPANDSP_RELEASE_TIME/'$$NOWTIME'/' \
|
||||
<spandsp/version.h.in >spandsp/version.h
|
||||
|
||||
dist-hook:
|
||||
NOWDATE=`date --utc +"%Y%m%d"` ; \
|
||||
NOWTIME=`date --utc +"%H%M%S"` ; \
|
||||
sed 's/$$SPANDSP_RELEASE_DATE/'$$NOWDATE'/;s/$$SPANDSP_RELEASE_TIME/'$$NOWTIME'/' \
|
||||
<spandsp/version.h.in >spandsp/version.h
|
||||
##
|
||||
## SpanDSP - a series of DSP components for telephony
|
||||
##
|
||||
## Makefile.am - Process this file with automake to produce Makefile.in
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU Lesser General Public License version 2.1,
|
||||
## as published by the Free Software Foundation.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU Lesser General Public License for more details.
|
||||
##
|
||||
## You should have received a copy of the GNU Lesser General Public
|
||||
## License along with this program; if not, write to the Free Software
|
||||
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
##
|
||||
## $Id: Makefile.am,v 1.124 2009/02/14 15:21:14 steveu Exp $
|
||||
|
||||
AM_CFLAGS = $(COMP_VENDOR_CFLAGS)
|
||||
AM_LDFLAGS = $(COMP_VENDOR_LDFLAGS)
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
EXTRA_DIST = floating_fudge.h \
|
||||
spandsp/version.h.in \
|
||||
libspandsp.dsp \
|
||||
libspandsp.2008.sln \
|
||||
libspandsp.2008.vcproj \
|
||||
libtiff.2008.vcproj \
|
||||
msvc/config.h \
|
||||
msvc/getopt.c \
|
||||
msvc/gettimeofday.c \
|
||||
msvc/inttypes.h \
|
||||
msvc/tgmath.h \
|
||||
msvc/unistd.h \
|
||||
msvc/spandsp.h \
|
||||
msvc/sys/time.h \
|
||||
msvc/make_at_dictionary.2008.vcproj \
|
||||
msvc/make_headers.bat \
|
||||
msvc/make_modem_filter.2008.vcproj \
|
||||
msvc/msvcproj.head \
|
||||
msvc/msvcproj.foot \
|
||||
msvc/vc8proj.head \
|
||||
msvc/vc8proj.foot \
|
||||
spandsp/private/README
|
||||
INCLUDES = -I$(top_builddir)
|
||||
|
||||
lib_LTLIBRARIES = libspandsp.la
|
||||
|
||||
libspandsp_la_SOURCES = adsi.c \
|
||||
async.c \
|
||||
at_interpreter.c \
|
||||
awgn.c \
|
||||
bell_r2_mf.c \
|
||||
bert.c \
|
||||
bit_operations.c \
|
||||
bitstream.c \
|
||||
complex_filters.c \
|
||||
complex_vector_float.c \
|
||||
complex_vector_int.c \
|
||||
crc.c \
|
||||
dds_float.c \
|
||||
dds_int.c \
|
||||
dtmf.c \
|
||||
echo.c \
|
||||
fax.c \
|
||||
fax_modems.c \
|
||||
fsk.c \
|
||||
g711.c \
|
||||
g722.c \
|
||||
g726.c \
|
||||
gsm0610_decode.c \
|
||||
gsm0610_encode.c \
|
||||
gsm0610_long_term.c \
|
||||
gsm0610_lpc.c \
|
||||
gsm0610_preprocess.c \
|
||||
gsm0610_rpe.c \
|
||||
gsm0610_short_term.c \
|
||||
hdlc.c \
|
||||
ima_adpcm.c \
|
||||
logging.c \
|
||||
lpc10_analyse.c \
|
||||
lpc10_decode.c \
|
||||
lpc10_encode.c \
|
||||
lpc10_placev.c \
|
||||
lpc10_voicing.c \
|
||||
modem_echo.c \
|
||||
modem_connect_tones.c \
|
||||
noise.c \
|
||||
oki_adpcm.c \
|
||||
playout.c \
|
||||
plc.c \
|
||||
power_meter.c \
|
||||
queue.c \
|
||||
schedule.c \
|
||||
sig_tone.c \
|
||||
silence_gen.c \
|
||||
super_tone_rx.c \
|
||||
super_tone_tx.c \
|
||||
t4.c \
|
||||
t30.c \
|
||||
t30_api.c \
|
||||
t30_logging.c \
|
||||
t31.c \
|
||||
t35.c \
|
||||
t38_core.c \
|
||||
t38_gateway.c \
|
||||
t38_non_ecm_buffer.c \
|
||||
t38_terminal.c \
|
||||
testcpuid.c \
|
||||
time_scale.c \
|
||||
tone_detect.c \
|
||||
tone_generate.c \
|
||||
v17rx.c \
|
||||
v17tx.c \
|
||||
v22bis_rx.c \
|
||||
v22bis_tx.c \
|
||||
v27ter_rx.c \
|
||||
v27ter_tx.c \
|
||||
v29rx.c \
|
||||
v29tx.c \
|
||||
v42.c \
|
||||
v42bis.c \
|
||||
v8.c \
|
||||
vector_float.c \
|
||||
vector_int.c
|
||||
|
||||
libspandsp_la_LDFLAGS = -version-info @SPANDSP_LT_CURRENT@:@SPANDSP_LT_REVISION@:@SPANDSP_LT_AGE@ $(COMP_VENDOR_FLAGS)
|
||||
|
||||
nobase_include_HEADERS = spandsp/adsi.h \
|
||||
spandsp/async.h \
|
||||
spandsp/arctan2.h \
|
||||
spandsp/at_interpreter.h \
|
||||
spandsp/awgn.h \
|
||||
spandsp/bell_r2_mf.h \
|
||||
spandsp/bert.h \
|
||||
spandsp/biquad.h \
|
||||
spandsp/bit_operations.h \
|
||||
spandsp/bitstream.h \
|
||||
spandsp/crc.h \
|
||||
spandsp/complex.h \
|
||||
spandsp/complex_filters.h \
|
||||
spandsp/complex_vector_float.h \
|
||||
spandsp/complex_vector_int.h \
|
||||
spandsp/dc_restore.h \
|
||||
spandsp/dds.h \
|
||||
spandsp/dtmf.h \
|
||||
spandsp/echo.h \
|
||||
spandsp/fast_convert.h \
|
||||
spandsp/fax.h \
|
||||
spandsp/fax_modems.h \
|
||||
spandsp/fir.h \
|
||||
spandsp/fsk.h \
|
||||
spandsp/g168models.h \
|
||||
spandsp/g711.h \
|
||||
spandsp/g722.h \
|
||||
spandsp/g726.h \
|
||||
spandsp/gsm0610.h \
|
||||
spandsp/hdlc.h \
|
||||
spandsp/ima_adpcm.h \
|
||||
spandsp/logging.h \
|
||||
spandsp/lpc10.h \
|
||||
spandsp/modem_echo.h \
|
||||
spandsp/modem_connect_tones.h \
|
||||
spandsp/noise.h \
|
||||
spandsp/oki_adpcm.h \
|
||||
spandsp/playout.h \
|
||||
spandsp/plc.h \
|
||||
spandsp/power_meter.h \
|
||||
spandsp/queue.h \
|
||||
spandsp/saturated.h \
|
||||
spandsp/schedule.h \
|
||||
spandsp/sig_tone.h \
|
||||
spandsp/silence_gen.h \
|
||||
spandsp/super_tone_rx.h \
|
||||
spandsp/super_tone_tx.h \
|
||||
spandsp/t4.h \
|
||||
spandsp/t30.h \
|
||||
spandsp/t30_api.h \
|
||||
spandsp/t30_fcf.h \
|
||||
spandsp/t30_logging.h \
|
||||
spandsp/t31.h \
|
||||
spandsp/t35.h \
|
||||
spandsp/t38_core.h \
|
||||
spandsp/t38_gateway.h \
|
||||
spandsp/t38_non_ecm_buffer.h \
|
||||
spandsp/t38_terminal.h \
|
||||
spandsp/telephony.h \
|
||||
spandsp/time_scale.h \
|
||||
spandsp/timing.h \
|
||||
spandsp/tone_detect.h \
|
||||
spandsp/tone_generate.h \
|
||||
spandsp/v17rx.h \
|
||||
spandsp/v17tx.h \
|
||||
spandsp/v22bis.h \
|
||||
spandsp/v27ter_rx.h \
|
||||
spandsp/v27ter_tx.h \
|
||||
spandsp/v29rx.h \
|
||||
spandsp/v29tx.h \
|
||||
spandsp/v42.h \
|
||||
spandsp/v42bis.h \
|
||||
spandsp/v8.h \
|
||||
spandsp/vector_float.h \
|
||||
spandsp/vector_int.h \
|
||||
spandsp/version.h \
|
||||
spandsp/private/adsi.h \
|
||||
spandsp/private/async.h \
|
||||
spandsp/private/at_interpreter.h \
|
||||
spandsp/private/awgn.h \
|
||||
spandsp/private/bell_r2_mf.h \
|
||||
spandsp/private/bert.h \
|
||||
spandsp/private/bitstream.h \
|
||||
spandsp/private/dtmf.h \
|
||||
spandsp/private/fax.h \
|
||||
spandsp/private/fax_modems.h \
|
||||
spandsp/private/fsk.h \
|
||||
spandsp/private/g711.h \
|
||||
spandsp/private/g722.h \
|
||||
spandsp/private/g726.h \
|
||||
spandsp/private/gsm0610.h \
|
||||
spandsp/private/hdlc.h \
|
||||
spandsp/private/ima_adpcm.h \
|
||||
spandsp/private/logging.h \
|
||||
spandsp/private/lpc10.h \
|
||||
spandsp/private/modem_connect_tones.h \
|
||||
spandsp/private/noise.h \
|
||||
spandsp/private/oki_adpcm.h \
|
||||
spandsp/private/queue.h \
|
||||
spandsp/private/schedule.h \
|
||||
spandsp/private/sig_tone.h \
|
||||
spandsp/private/super_tone_rx.h \
|
||||
spandsp/private/super_tone_tx.h \
|
||||
spandsp/private/t30.h \
|
||||
spandsp/private/t31.h \
|
||||
spandsp/private/t38_core.h \
|
||||
spandsp/private/t38_gateway.h \
|
||||
spandsp/private/t38_non_ecm_buffer.h \
|
||||
spandsp/private/t38_terminal.h \
|
||||
spandsp/private/t4.h \
|
||||
spandsp/private/time_scale.h \
|
||||
spandsp/private/tone_detect.h \
|
||||
spandsp/private/tone_generate.h \
|
||||
spandsp/private/v17rx.h \
|
||||
spandsp/private/v17tx.h \
|
||||
spandsp/private/v22bis.h \
|
||||
spandsp/private/v27ter_rx.h \
|
||||
spandsp/private/v27ter_tx.h \
|
||||
spandsp/private/v29rx.h \
|
||||
spandsp/private/v29tx.h \
|
||||
spandsp/private/v42.h \
|
||||
spandsp/private/v42bis.h \
|
||||
spandsp/private/v8.h \
|
||||
spandsp/expose.h
|
||||
|
||||
nodist_include_HEADERS = spandsp.h
|
||||
|
||||
noinst_HEADERS = faxfont.h \
|
||||
filter_tools.h \
|
||||
gsm0610_local.h \
|
||||
lpc10_encdecs.h \
|
||||
t30_local.h \
|
||||
t4_states.h \
|
||||
v17rx_constellation_maps.h \
|
||||
v17tx_constellation_maps.h \
|
||||
v29tx_constellation_maps.h
|
||||
|
||||
noinst_PROGRAMS = make_at_dictionary \
|
||||
make_modem_filter
|
||||
|
||||
make_modem_filter_SOURCES = make_modem_filter.c \
|
||||
filter_tools.c
|
||||
|
||||
# We need to run make_at_dictionary, so it generates the
|
||||
# at_interpreter_dictionary.h file
|
||||
|
||||
at_interpreter.$(OBJEXT): at_interpreter_dictionary.h
|
||||
|
||||
at_interpreter.lo: at_interpreter_dictionary.h
|
||||
|
||||
at_interpreter_dictionary.h: make_at_dictionary$(EXEEXT)
|
||||
./make_at_dictionary$(EXEEXT) >at_interpreter_dictionary.h
|
||||
|
||||
v17rx.$(OBJEXT): v17rx_fixed_rrc.h v17rx_floating_rrc.h
|
||||
|
||||
v17rx.lo: v17rx_fixed_rrc.h v17rx_floating_rrc.h
|
||||
|
||||
v17rx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.17 -i -r >v17rx_fixed_rrc.h
|
||||
|
||||
v17rx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.17 -r >v17rx_floating_rrc.h
|
||||
|
||||
v17tx.$(OBJEXT): v17tx_fixed_rrc.h v17tx_floating_rrc.h
|
||||
|
||||
v17tx.lo: v17tx_fixed_rrc.h v17tx_floating_rrc.h
|
||||
|
||||
v17tx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.17 -i -t >v17tx_fixed_rrc.h
|
||||
|
||||
v17tx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.17 -t >v17tx_floating_rrc.h
|
||||
|
||||
v22bis_rx.$(OBJEXT): v22bis_rx_1200_fixed_rrc.h \
|
||||
v22bis_rx_2400_fixed_rrc.h \
|
||||
v22bis_rx_1200_floating_rrc.h \
|
||||
v22bis_rx_2400_floating_rrc.h
|
||||
|
||||
v22bis_rx.lo: v22bis_rx_1200_fixed_rrc.h \
|
||||
v22bis_rx_2400_fixed_rrc.h \
|
||||
v22bis_rx_1200_floating_rrc.h \
|
||||
v22bis_rx_2400_floating_rrc.h
|
||||
|
||||
v22bis_rx_1200_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis1200 -i -r >v22bis_rx_1200_fixed_rrc.h
|
||||
|
||||
v22bis_rx_2400_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis2400 -i -r >v22bis_rx_2400_fixed_rrc.h
|
||||
|
||||
v22bis_rx_1200_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis1200 -r >v22bis_rx_1200_floating_rrc.h
|
||||
|
||||
v22bis_rx_2400_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis2400 -r >v22bis_rx_2400_floating_rrc.h
|
||||
|
||||
v22bis_tx.$(OBJEXT): v22bis_tx_fixed_rrc.h v22bis_tx_floating_rrc.h
|
||||
|
||||
v22bis_tx.lo: v22bis_tx_fixed_rrc.h v22bis_tx_floating_rrc.h
|
||||
|
||||
v22bis_tx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis -i -t >v22bis_tx_fixed_rrc.h
|
||||
|
||||
v22bis_tx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.22bis -t >v22bis_tx_floating_rrc.h
|
||||
|
||||
v27ter_rx_.$(OBJEXT): v27ter_rx_2400_fixed_rrc.h \
|
||||
v27ter_rx_4800_fixed_rrc.h \
|
||||
v27ter_rx_2400_floating_rrc.h \
|
||||
v27ter_rx_4800_floating_rrc.h
|
||||
|
||||
v27ter_rx.lo: v27ter_rx_2400_fixed_rrc.h \
|
||||
v27ter_rx_4800_fixed_rrc.h \
|
||||
v27ter_rx_2400_floating_rrc.h \
|
||||
v27ter_rx_4800_floating_rrc.h
|
||||
|
||||
v27ter_rx_2400_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter2400 -i -r >v27ter_rx_2400_fixed_rrc.h
|
||||
|
||||
v27ter_rx_4800_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter4800 -i -r >v27ter_rx_4800_fixed_rrc.h
|
||||
|
||||
v27ter_rx_2400_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter2400 -r >v27ter_rx_2400_floating_rrc.h
|
||||
|
||||
v27ter_rx_4800_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter4800 -r >v27ter_rx_4800_floating_rrc.h
|
||||
|
||||
v27ter_tx_.$(OBJEXT): v27ter_tx_2400_fixed_rrc.h \
|
||||
v27ter_tx_4800_fixed_rrc.h \
|
||||
v27ter_tx_2400_floating_rrc.h \
|
||||
v27ter_tx_4800_floating_rrc.h
|
||||
|
||||
v27ter_tx.lo: v27ter_tx_2400_fixed_rrc.h \
|
||||
v27ter_tx_4800_fixed_rrc.h \
|
||||
v27ter_tx_2400_floating_rrc.h \
|
||||
v27ter_tx_4800_floating_rrc.h
|
||||
|
||||
v27ter_tx_2400_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter2400 -i -t >v27ter_tx_2400_fixed_rrc.h
|
||||
|
||||
v27ter_tx_4800_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter4800 -i -t >v27ter_tx_4800_fixed_rrc.h
|
||||
|
||||
v27ter_tx_2400_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter2400 -t >v27ter_tx_2400_floating_rrc.h
|
||||
|
||||
v27ter_tx_4800_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.27ter4800 -t >v27ter_tx_4800_floating_rrc.h
|
||||
|
||||
v29rx.$(OBJEXT): v29rx_fixed_rrc.h v29rx_floating_rrc.h
|
||||
|
||||
v29rx.lo: v29rx_fixed_rrc.h v29rx_floating_rrc.h
|
||||
|
||||
v29rx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.29 -i -r >v29rx_fixed_rrc.h
|
||||
|
||||
v29rx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.29 -r >v29rx_floating_rrc.h
|
||||
|
||||
v29tx.$(OBJEXT): v29tx_fixed_rrc.h v29tx_floating_rrc.h
|
||||
|
||||
v29tx.lo: v29tx_fixed_rrc.h v29tx_floating_rrc.h
|
||||
|
||||
v29tx_fixed_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.29 -i -t >v29tx_fixed_rrc.h
|
||||
|
||||
v29tx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.29 -t >v29tx_floating_rrc.h
|
||||
|
||||
DSP = libspandsp.dsp
|
||||
VCPROJ8 = libspandsp.2008.vcproj
|
||||
|
||||
WIN32SOURCES = $(libspandsp_la_SOURCES) .\\msvc\\gettimeofday.c
|
||||
WIN32HEADERS = $(nobase_include_HEADERS) spandsp.h
|
||||
|
||||
DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP)
|
||||
VCPROJOUT8 = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ8)
|
||||
|
||||
$(DSP): msvc/msvcproj.head msvc/msvcproj.foot Makefile.am
|
||||
echo "creating $(DSP)"
|
||||
@(cp $(srcdir)/msvc/msvcproj.head $(DSP); \
|
||||
echo "# Begin Group \"Source Files\"" $(DSPOUT); \
|
||||
for file in $(WIN32SOURCES); do \
|
||||
echo "# Begin Source File" $(DSPOUT); \
|
||||
echo "" $(DSPOUT); \
|
||||
echo "SOURCE=.\\"$$file $(DSPOUT); \
|
||||
echo "# End Source File" $(DSPOUT); \
|
||||
done; \
|
||||
echo "# End Group" $(DSPOUT); \
|
||||
echo "# Begin Group \"Header Files\"" $(DSPOUT); \
|
||||
for file in $(WIN32HEADERS); do \
|
||||
echo "# Begin Source File" $(DSPOUT); \
|
||||
echo "" $(DSPOUT); \
|
||||
echo "SOURCE=.\\"$$file $(DSPOUT); \
|
||||
echo "# End Source File" $(DSPOUT); \
|
||||
done; \
|
||||
echo "# End Group" $(DSPOUT); \
|
||||
cat $(srcdir)/msvc/msvcproj.foot $(DSPOUT) )
|
||||
|
||||
$(VCPROJ8): msvc/vc8proj.head msvc/vc8proj.foot Makefile.am
|
||||
echo "creating $(VCPROJ8)"
|
||||
@(cp $(srcdir)/msvc/vc8proj.head $(VCPROJ8); \
|
||||
for file in $(WIN32SOURCES); do \
|
||||
echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT8); \
|
||||
done; \
|
||||
echo "</Filter><Filter Name=\"Header Files\">" $(VCPROJOUT8); \
|
||||
for file in $(WIN32HEADERS); do \
|
||||
echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT8); \
|
||||
done; \
|
||||
cat $(srcdir)/msvc/vc8proj.foot $(VCPROJOUT8) )
|
||||
|
||||
$(srcdir)/msvc/spandsp.h: spandsp.h.in
|
||||
echo "creating $(srcdir)/msvc/spandsp.h"
|
||||
@cp $(srcdir)/spandsp.h.in $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@SPANDSP_USE_FIXED_POINT\@/#undef SPANDSP_USE_FIXED_POINT/" $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@SPANDSP_MISALIGNED_ACCESS_FAILS\@/#undef SPANDSP_MISALIGNED_ACCESS_FAILS/" $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@SPANDSP_USE_EXPORT_CAPABILITY\@/#define SPANDSP_USE_EXPORT_CAPABILITY 1/" $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@INSERT_INTTYPES_HEADER\@/#include <inttypes.h>/" $(srcdir)/msvc/spandsp.h
|
||||
@sed -i -e "s/\@INSERT_MATH_HEADER\@/#include <math.h>/" $(srcdir)/msvc/spandsp.h
|
||||
|
||||
spandsp/version.h:
|
||||
NOWDATE=`date --utc +"%Y%m%d"` ; \
|
||||
NOWTIME=`date --utc +"%H%M%S"` ; \
|
||||
sed 's/$$SPANDSP_RELEASE_DATE/'$$NOWDATE'/;s/$$SPANDSP_RELEASE_TIME/'$$NOWTIME'/' \
|
||||
<spandsp/version.h.in >spandsp/version.h
|
||||
|
||||
dist-hook:
|
||||
NOWDATE=`date --utc +"%Y%m%d"` ; \
|
||||
NOWTIME=`date --utc +"%H%M%S"` ; \
|
||||
sed 's/$$SPANDSP_RELEASE_DATE/'$$NOWDATE'/;s/$$SPANDSP_RELEASE_TIME/'$$NOWTIME'/' \
|
||||
<spandsp/version.h.in >spandsp/version.h
|
||||
|
@ -1,16 +1,16 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_at_dictionary", "msvc\make_at_dictionary.vcproj", "{DEE932AB-5911-4700-9EEB-8C7090A0A330}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_at_dictionary", "msvc\make_at_dictionary.2008.vcproj", "{DEE932AB-5911-4700-9EEB-8C7090A0A330}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_modem_filter", "msvc\make_modem_filter.vcproj", "{329A6FA0-0FCC-4435-A950-E670AEFA9838}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_modem_filter", "msvc\make_modem_filter.2008.vcproj", "{329A6FA0-0FCC-4435-A950-E670AEFA9838}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libspandsp", "libspandsp.vcproj", "{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libspandsp", "libspandsp.2008.vcproj", "{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{401A40CD-5DB4-4E34-AC68-FA99E9FAC014} = {401A40CD-5DB4-4E34-AC68-FA99E9FAC014}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtiff", "libtiff.vcproj", "{401A40CD-5DB4-4E34-AC68-FA99E9FAC014}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtiff", "libtiff.2008.vcproj", "{401A40CD-5DB4-4E34-AC68-FA99E9FAC014}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
Loading…
x
Reference in New Issue
Block a user