]> Pileus Git - ~andy/gtk/blob - docs/tools/Makefile.am
add the doc shooter to the docs dir as an uninstalled helper tool.
[~andy/gtk] / docs / tools / Makefile.am
1 INCLUDES =                                              \
2         -I$(top_srcdir)                                 \
3         -I$(top_builddir)/gdk                           \
4         -I$(top_srcdir)/gdk                             \
5         -I$(top_srcdir)/gdk/x11                         \
6         $(GTK_DEBUG_FLAGS)                              \
7         $(GTK_DEP_CFLAGS)
8
9 DEPS =                                                                  \
10         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
11         $(top_builddir)/gdk/$(gdktargetlib)                             \
12         $(top_builddir)/gtk/$(gtktargetlib)
13
14 LDADDS =                                                                \
15         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
16         $(top_builddir)/gdk/$(gdktargetlib)                             \
17         $(top_builddir)/gtk/$(gtktargetlib)
18
19 noinst_PROGRAMS =               \
20         doc-shooter
21
22 doc_shooter_DEPENDENCIES = $(DEPS)
23 doc_shooter_LDADD = $(LDADDS)
24 doc_shooter_SOURCES=    \
25         shadow.c        \
26         shadow.h        \
27         shooter.c       \
28         widgets.c       \
29         widgets.h
30
31 clean-local:
32         rm -f *.png