mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-02 06:38:04 +00:00
use the build machine cc to build the code generators
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15864 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ff196446a5
commit
ca7d414eb8
@ -287,11 +287,11 @@ noinst_HEADERS = faxfont.h \
|
|||||||
v17_v32bis_tx_constellation_maps.h \
|
v17_v32bis_tx_constellation_maps.h \
|
||||||
v29tx_constellation_maps.h
|
v29tx_constellation_maps.h
|
||||||
|
|
||||||
noinst_PROGRAMS = make_at_dictionary \
|
make_at_dictionary$(EXEEXT): $(abs_srcdir)/make_at_dictionary.c
|
||||||
make_modem_filter
|
$(CC_FOR_BUILD) -o make_at_dictionary$(EXEEXT) $(abs_srcdir)/make_at_dictionary.c -DHAVE_CONFIG_H
|
||||||
|
|
||||||
make_modem_filter_SOURCES = make_modem_filter.c \
|
make_modem_filter$(EXEEXT): $(abs_srcdir)/make_modem_filter.c $(abs_srcdir)/filter_tools.c
|
||||||
filter_tools.c
|
$(CC_FOR_BUILD) -o make_modem_filter$(EXEEXT) $(abs_srcdir)/make_modem_filter.c $(abs_srcdir)/filter_tools.c -DHAVE_CONFIG_H
|
||||||
|
|
||||||
# We need to run make_at_dictionary, so it generates the
|
# We need to run make_at_dictionary, so it generates the
|
||||||
# at_interpreter_dictionary.h file
|
# at_interpreter_dictionary.h file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user