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)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.