Changeset 5709

Removed check_expr

It hasn't been built for ages and if anyone thinks what it does it
useful they should perhaps read the code and compare it with the reality
of the core substitution, expression evaluation and argument splitting
routines.

Comitted by:  mjagdis
Date:  Jun 04 2010 * 23:10 (about 1 year ago)

Affected files:

callweaver/trunk/utils/Makefile.am (unified diff)

r5613r5709
55
66 noinst_SCRIPTS = cc
77 noinst_PROGRAMS = genkeywords
8 cwutils_PROGRAMS = streamplayer # check_expr
8 cwutils_PROGRAMS = streamplayer
99 cwutils_SCRIPTS = cw_mixer
1010
1111 streamplayer_SOURCES = streamplayer.c ${top_srcdir}/corelib/strcompat.c
------
1313 genkeywords_SOURCES = genkeywords.c
1414 genkeywords_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/include
1515
16 # check_expr_SOURCES = check_expr.c ../cw_expr2.c ../cw_expr2f.c
17 # check_expr_CFLAGS = $(AM_CFLAGS) -DNO_OPX_MM -D_GNU_SOURCE -DSTANDALONE
18
1916 if USE_NEWT
2017 cwutils_PROGRAMS += cwman
2118 cwman_CFLAGS = $(AM_CFLAGS)