Home | History | Annotate | Download | only in docs

Lines Matching refs:gtk

6 # This is a blank Makefile.am for using gtk-doc.
8 # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
18 # gtk-doc will search all .c & .h files beneath here for inline comments
20 # e.g. DOC_SOURCE_DIR=../../../gtk
43 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
44 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
45 HFILE_GLOB=$(top_srcdir)/WebKit/gtk/webkit/*.h
46 CFILE_GLOB=$(top_srcdir)/WebKit/gtk/webkit/*.cpp
53 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
60 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
69 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
71 -I$(top_srcdir)/WebKit/gtk \
72 -I$(top_builddir)/WebKit/gtk \
92 # This includes the standard gtk-doc make rules, copied by gtkdocize.
93 include $(top_srcdir)/gtk-doc.make