aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.inc
blob: 88c5ccfaaa8f820bd7e82b3fa84b61d619d4ff15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd

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)

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
resolve_LDADD = @TEST_SERVER_LIBS@
resolve_CFLAGS = $(AM_CFLAGS)

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 \
 $(top_srcdir)/lib/warnless.c \
 $(top_srcdir)/lib/warnless.h
rtspd_LDADD = @TEST_SERVER_LIBS@
rtspd_CFLAGS = $(AM_CFLAGS)

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 \
 $(top_srcdir)/lib/inet_pton.c \
 $(top_srcdir)/lib/memdebug.c \
 $(top_srcdir)/lib/memdebug.h \
 $(top_srcdir)/lib/mprintf.c \
 $(top_srcdir)/lib/timeval.c \
 $(top_srcdir)/lib/warnless.c \
 $(top_srcdir)/lib/warnless.h
sockfilt_LDADD = @TEST_SERVER_LIBS@
sockfilt_CFLAGS = $(AM_CFLAGS)

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 \
 $(top_srcdir)/lib/warnless.c \
 $(top_srcdir)/lib/warnless.h
sws_LDADD = @TEST_SERVER_LIBS@
sws_CFLAGS = $(AM_CFLAGS)

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 \
 $(top_srcdir)/lib/warnless.c \
 $(top_srcdir)/lib/warnless.h
tftpd_LDADD = @TEST_SERVER_LIBS@
tftpd_CFLAGS = $(AM_CFLAGS)