configure ATS ports conflict-free for tests
[oweals/gnunet.git] / contrib / Makefile.am
1 if !MINGW
2 noinst_PROGRAMS = \
3  timeout_watchdog
4
5 timeout_watchdog_SOURCES = \
6  timeout_watchdog.c 
7 endif
8
9 noinst_SCRIPTS = \
10  gnunet_pyexpect.py \
11  gnunet_janitor.py
12
13 dist_pkgdata_DATA = \
14  gnunet-logo-color.png \
15  defaults.conf
16
17 EXTRA_DIST = \
18  coverage.sh \
19  hostlist.cgi \
20  hostlist.php \
21  report.sh \
22  gnunet_pyexpect.py.in \
23  gnunet_janitor.py.in
24
25 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
26
27 %.py: %.py.in Makefile
28         $(do_subst) < $(srcdir)/$< > $@
29         chmod +x $@
30
31 # init_gnunet_redhat \
32 # init_gnunet_ubuntu \
33 # visualize_stats.sh \
34 # gnmessage.sh \
35 # junkinsert.sh \
36 # junklookup.sh \
37 # namespacehelper.sh 
38