repo.or.cz
/
gfxprim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grabbers: Introduce grabbers library and V4L2 grabber.
[gfxprim.git]
/
app.mk
blob
c7435055a8f35db480dab2f81b206e0130c1f9da
1
LDLIBS
+=-
lm
-
ldl
2
3
ALL
+=$(
APPS
)
4
CLEAN
+=$(
APPS
)
5
6
%: %
.o
7
ifdef
VERBOSE
8
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) -
Wl
,--
start-group
$(
LDLIBS
) $
^
-
Wl
,--
end-group
-
o
$
@
9
else
10
@echo
"LD $@"
11
@
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) -
Wl
,--
start-group
$(
LDLIBS
) $
^
-
Wl
,--
end-group
-
o
$
@
12
endif