b8dae1bbf5e57db2c42f508adaa35d81fd21c3d8
[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
12 dist_pkgdata_DATA = \
13  gnunet-logo-color.png \
14  defaults.conf
15
16 EXTRA_DIST = \
17  coverage.sh \
18  hostlist.cgi \
19  hostlist.php \
20  report.sh \
21  gnunet_pyexpect.py.in
22
23 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
24
25 gnunet_pyexpect.py: gnunet_pyexpect.py.in Makefile
26         $(do_subst) < $(srcdir)/gnunet_pyexpect.py.in > gnunet_pyexpect.py
27         chmod +x gnunet_pyexpect.py
28
29
30 # init_gnunet_redhat \
31 # init_gnunet_ubuntu \
32 # visualize_stats.sh \
33 # gnmessage.sh \
34 # junkinsert.sh \
35 # junklookup.sh \
36 # namespacehelper.sh 
37