annotate stream/Makefile @ 23927:91ccac9cc015

Add test for GNUisms It currently tests for case ... ranges only, but other tests (like GNU extensions to libc) can be added later
author ivo
date Mon, 30 Jul 2007 18:08:26 +0000
parents b5cc28c45d73
children 2107f38b6ca1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19271
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff changeset
1 include ../config.mak
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff changeset
2
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
3 LIBNAME_COMMON = stream.a
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
4
22531
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
5 SRCS_COMMON = open.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
6 stream.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
7 stream_cue.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
8 stream_file.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
9 stream_mf.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
10 stream_null.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
11 url.c \
19271
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff changeset
12
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
13 SRCS_COMMON-$(CDDA) += stream_cdda.c cdinfo.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
14 SRCS_COMMON-$(CDDB) += stream_cddb.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
15 SRCS_COMMON-$(DVBIN) += dvb_tune.c stream_dvb.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
16 SRCS_COMMON-$(DVDNAV) += stream_dvdnav.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
17 SRCS_COMMON-$(DVDREAD) += stream_dvd.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
18 SRCS_COMMON-$(FTP) += stream_ftp.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
19 SRCS_COMMON-$(LIBSMBCLIENT) += stream_smb.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
20 SRCS_COMMON-$(MPLAYER_NETWORK) += stream_netstream.c \
22531
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
21 asf_mmst_streaming.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
22 asf_streaming.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
23 cookies.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
24 http.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
25 network.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
26 pnm.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
27 rtp.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
28 udp.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
29 tcp.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
30 stream_rtp.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
31 stream_rtsp.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
32 stream_udp.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
33 freesdp/common.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
34 freesdp/errorlist.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
35 freesdp/parser.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
36 librtsp/rtsp.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
37 librtsp/rtsp_rtp.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
38 librtsp/rtsp_session.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
39 realrtsp/asmrp.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
40 realrtsp/real.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
41 realrtsp/rmff.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
42 realrtsp/sdpplin.c \
090ec2169aee cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents: 22528
diff changeset
43 realrtsp/xbuffer.c \
21309
ef59ac68c9b6 FFmpeg-style dependency declaration
diego
parents: 21304
diff changeset
44
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
45 SRCS_COMMON-$(PVR) += stream_pvr.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
46 SRCS_COMMON-$(RADIO) += stream_radio.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
47 SRCS_COMMON-$(RADIO_CAPTURE) += audio_in.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
48 SRCS_COMMON-$(STREAM_CACHE) += cache2.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
49 SRCS_COMMON-$(STREAMING_LIVE555) += stream_livedotcom.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
50 SRCS_COMMON-$(TV) += stream_tv.c tv.c frequencies.c tvi_dummy.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
51 SRCS_COMMON-$(TV_BSDBT848) += tvi_bsdbt848.c
23900
b5cc28c45d73 Teletext support.
voroshil
parents: 23573
diff changeset
52 SRCS_COMMON-$(TV_TELETEXT) += tvi_vbi.c
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
53 SRCS_COMMON-$(TV_V4L1) += tvi_v4l.c audio_in.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
54 SRCS_COMMON-$(TV_V4L2) += tvi_v4l2.c audio_in.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
55 SRCS_COMMON-$(VCD) += stream_vcd.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
56 SRCS_COMMON-$(VSTREAM) += stream_vstream.c
21309
ef59ac68c9b6 FFmpeg-style dependency declaration
diego
parents: 21304
diff changeset
57
23070
7bed5b94f253 Add Makefile variable for audio input that is enabled by V4L or radio capture.
diego
parents: 22620
diff changeset
58 ifeq ($(AUDIO_INPUT),yes)
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
59 SRCS_COMMON-$(ALSA1X) += ai_alsa1x.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
60 SRCS_COMMON-$(ALSA9) += ai_alsa.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21326
diff changeset
61 SRCS_COMMON-$(OSS) += ai_oss.c
19271
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff changeset
62 endif
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff changeset
63
21259
92b122592776 Merge common parts of all Makefiles into one file included by all.
diego
parents: 21206
diff changeset
64 include ../mpcommon.mak
19271
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff changeset
65
21259
92b122592776 Merge common parts of all Makefiles into one file included by all.
diego
parents: 21206
diff changeset
66 clean::
92b122592776 Merge common parts of all Makefiles into one file included by all.
diego
parents: 21206
diff changeset
67 rm -f realrtsp/*.o realrtsp/*.a realrtsp/*~ \
19271
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff changeset
68 librtsp/*.o librtsp/*.a librtsp/*~ \
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff changeset
69 freesdp/*.o freesdp/*.a freesdp/*~