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
build: pywrap: Reorder LDLIBS for pywrap too.
[gfxprim.git]
/
app.mk
blob
ccfdef10c4943fddcd182fa9eb4d2af97c409851
1
ALL
+=$(
APPS
)
2
CLEAN
+=$(
APPS
)
3
4
%: %
.o
5
ifdef
VERBOSE
6
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) -
Wl
,--
start-group
$
^
$(
LDLIBS
) $(
LDLIBS_GP
) -
Wl
,--
end-group
-
o
$
@
7
else
8
@echo
"LD $@"
9
@
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) -
Wl
,--
start-group
$
^
$(
LDLIBS
) $(
LDLIBS_GP
) -
Wl
,--
end-group
-
o
$
@
10
endif