-set ignores for various generated files
[oweals/gnunet.git] / contrib / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
2
3
4 if !MINGW
5 noinst_PROGRAMS = \
6  timeout_watchdog
7
8 timeout_watchdog_SOURCES = \
9  timeout_watchdog.c 
10 endif
11
12 noinst_SCRIPTS = \
13  gnunet_pyexpect.py \
14  gnunet_janitor.py
15
16 dist_pkgdata_DATA = \
17  gnunet-logo-color.png 
18
19 EXTRA_DIST = \
20  coverage.sh \
21  hostlist.cgi \
22  hostlist.php \
23  report.sh \
24  gnunet_pyexpect.py.in \
25  gnunet_janitor.py.in
26
27 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
28
29 %.py: %.py.in Makefile
30         $(do_subst) < $(srcdir)/$< > $@
31         chmod +x $@
32
33 # init_gnunet_redhat \
34 # init_gnunet_ubuntu \
35 # visualize_stats.sh \
36 # gnmessage.sh \
37 # junkinsert.sh \
38 # junklookup.sh \
39 # namespacehelper.sh 
40
41
42 check_PROGRAMS = \
43  test_gnunet_prefix
44
45 test_gnunet_prefix_SOURCES = \
46  test_gnunet_prefix.c