2010-02-22 19:16:35 +03:00
|
|
|
noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd
|
2009-04-08 01:59:15 +04:00
|
|
|
|
2010-02-22 19:16:35 +03:00
|
|
|
getpart_SOURCES = testpart.c \
|
|
|
|
getpart.c \
|
|
|
|
getpart.h \
|
|
|
|
$(top_srcdir)/lib/base64.c \
|
|
|
|
$(top_srcdir)/lib/base64.h \
|
|
|
|
$(top_srcdir)/lib/curlx.h \
|
|
|
|
$(top_srcdir)/lib/memdebug.c \
|
|
|
|
$(top_srcdir)/lib/memdebug.h \
|
|
|
|
$(top_srcdir)/lib/mprintf.c \
|
|
|
|
$(top_srcdir)/lib/warnless.c \
|
|
|
|
$(top_srcdir)/lib/warnless.h
|
|
|
|
getpart_LDADD = @TEST_SERVER_LIBS@
|
|
|
|
getpart_CFLAGS = $(AM_CFLAGS)
|
2009-04-08 01:59:15 +04:00
|
|
|
|
2010-02-22 19:16:35 +03:00
|
|
|
resolve_SOURCES = resolve.c \
|
|
|
|
getpart.c \
|
|
|
|
getpart.h \
|
|
|
|
$(top_srcdir)/lib/base64.c \
|
|
|
|
$(top_srcdir)/lib/base64.h \
|
|
|
|
$(top_srcdir)/lib/curlx.h \
|
|
|
|
$(top_srcdir)/lib/memdebug.c \
|
|
|
|
$(top_srcdir)/lib/memdebug.h \
|
|
|
|
$(top_srcdir)/lib/mprintf.c \
|
|
|
|
$(top_srcdir)/lib/warnless.c \
|
|
|
|
$(top_srcdir)/lib/warnless.h
|
2009-04-08 01:59:15 +04:00
|
|
|
resolve_LDADD = @TEST_SERVER_LIBS@
|
2010-02-19 21:02:38 +03:00
|
|
|
resolve_CFLAGS = $(AM_CFLAGS)
|
2009-04-08 01:59:15 +04:00
|
|
|
|
2010-02-22 19:16:35 +03:00
|
|
|
rtspd_SOURCES = rtspd.c \
|
|
|
|
getpart.c \
|
|
|
|
getpart.h \
|
|
|
|
util.c \
|
|
|
|
util.h \
|
|
|
|
$(top_srcdir)/lib/base64.c \
|
|
|
|
$(top_srcdir)/lib/base64.h \
|
|
|
|
$(top_srcdir)/lib/curlx.h \
|
|
|
|
$(top_srcdir)/lib/memdebug.c \
|
|
|
|
$(top_srcdir)/lib/memdebug.h \
|
|
|
|
$(top_srcdir)/lib/mprintf.c \
|
|
|
|
$(top_srcdir)/lib/strequal.c \
|
|
|
|
$(top_srcdir)/lib/timeval.c \
|
2010-02-19 21:02:38 +03:00
|
|
|
$(top_srcdir)/lib/warnless.c \
|
|
|
|
$(top_srcdir)/lib/warnless.h
|
2010-02-22 19:16:35 +03:00
|
|
|
rtspd_LDADD = @TEST_SERVER_LIBS@
|
|
|
|
rtspd_CFLAGS = $(AM_CFLAGS)
|
2009-04-08 01:59:15 +04:00
|
|
|
|
2010-02-22 19:16:35 +03:00
|
|
|
sockfilt_SOURCES = sockfilt.c \
|
|
|
|
getpart.c \
|
|
|
|
getpart.h \
|
|
|
|
util.c \
|
|
|
|
util.h \
|
|
|
|
$(top_srcdir)/lib/base64.c \
|
|
|
|
$(top_srcdir)/lib/base64.h \
|
|
|
|
$(top_srcdir)/lib/curlx.h \
|
2010-02-19 21:02:38 +03:00
|
|
|
$(top_srcdir)/lib/inet_pton.c \
|
2010-02-22 19:16:35 +03:00
|
|
|
$(top_srcdir)/lib/memdebug.c \
|
|
|
|
$(top_srcdir)/lib/memdebug.h \
|
|
|
|
$(top_srcdir)/lib/mprintf.c \
|
|
|
|
$(top_srcdir)/lib/timeval.c \
|
2010-02-19 21:02:38 +03:00
|
|
|
$(top_srcdir)/lib/warnless.c \
|
|
|
|
$(top_srcdir)/lib/warnless.h
|
2009-04-08 01:59:15 +04:00
|
|
|
sockfilt_LDADD = @TEST_SERVER_LIBS@
|
2010-02-19 21:02:38 +03:00
|
|
|
sockfilt_CFLAGS = $(AM_CFLAGS)
|
2009-04-08 01:59:15 +04:00
|
|
|
|
2010-02-22 19:16:35 +03:00
|
|
|
sws_SOURCES = sws.c \
|
|
|
|
getpart.c \
|
|
|
|
getpart.h \
|
|
|
|
util.c \
|
|
|
|
util.h \
|
|
|
|
$(top_srcdir)/lib/base64.c \
|
|
|
|
$(top_srcdir)/lib/base64.h \
|
|
|
|
$(top_srcdir)/lib/curlx.h \
|
|
|
|
$(top_srcdir)/lib/memdebug.c \
|
|
|
|
$(top_srcdir)/lib/memdebug.h \
|
|
|
|
$(top_srcdir)/lib/mprintf.c \
|
|
|
|
$(top_srcdir)/lib/strequal.c \
|
|
|
|
$(top_srcdir)/lib/timeval.c \
|
2010-02-19 21:02:38 +03:00
|
|
|
$(top_srcdir)/lib/warnless.c \
|
|
|
|
$(top_srcdir)/lib/warnless.h
|
2010-02-22 19:16:35 +03:00
|
|
|
sws_LDADD = @TEST_SERVER_LIBS@
|
|
|
|
sws_CFLAGS = $(AM_CFLAGS)
|
2010-02-01 15:05:08 +03:00
|
|
|
|
2010-02-22 19:16:35 +03:00
|
|
|
tftpd_SOURCES = tftpd.c tftp.h \
|
|
|
|
getpart.c \
|
|
|
|
getpart.h \
|
|
|
|
util.c \
|
|
|
|
util.h \
|
|
|
|
$(top_srcdir)/lib/base64.c \
|
|
|
|
$(top_srcdir)/lib/base64.h \
|
|
|
|
$(top_srcdir)/lib/curlx.h \
|
|
|
|
$(top_srcdir)/lib/memdebug.c \
|
|
|
|
$(top_srcdir)/lib/memdebug.h \
|
|
|
|
$(top_srcdir)/lib/mprintf.c \
|
|
|
|
$(top_srcdir)/lib/timeval.c \
|
2010-02-19 21:02:38 +03:00
|
|
|
$(top_srcdir)/lib/warnless.c \
|
|
|
|
$(top_srcdir)/lib/warnless.h
|
2010-02-22 19:16:35 +03:00
|
|
|
tftpd_LDADD = @TEST_SERVER_LIBS@
|
|
|
|
tftpd_CFLAGS = $(AM_CFLAGS)
|