repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
perf
/
ui
/
gtk
/
Build
blob
eef708c502f4346d7d55114bb0c0dbb51b0fd070
1
CFLAGS_gtk += -fPIC $(GTK_CFLAGS) -Wno-deprecated-declarations
2
3
gtk-y += browser.o
4
gtk-y += hists.o
5
gtk-y += setup.o
6
gtk-y += util.o
7
gtk-y += helpline.o
8
gtk-y += progress.o
9
gtk-y += annotate.o
10
gtk-y += zalloc.o
11
12
$(OUTPUT)ui/gtk/zalloc.o: ../lib/zalloc.c FORCE
13
$(call rule_mkdir)
14
$(call if_changed_dep,cc_o_c)