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