projects
/
record-dvb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
record a stream (for example from getstream)
[record-dvb]
/
Makefile
1
CFLAGS
=-
D_LARGEFILE_SOURCE
-
D_LARGEFILE64_SOURCE
-
Wall
-
g
2
3
OBJS
=
record-dvb.o http.o mcast.o common.o
4
5
all
:
record-dvb
6
7
DEPEND
=$(
OBJS
:
.o
=
.d
)
8
-
include
$(
DEPEND
)
9
10
record-dvb
: $(
OBJS
)
11
12
clean
:
13
rm
-
f record-dvb
$(
OBJS
) $(
DEPEND
)
14
15
%
.o
: %
.c
16
$(
COMPILE.c
) $(
OUTPUT_OPTION
) $<
17
$(
COMPILE.c
) -
MM
$< > $*
.d
18
19
.PHONY
:
all clean
Impressum
,
Datenschutz