e4b92bb2e87b86ede9ff2ff204cf7f1d0db2671d
[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/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/__init__.py \
22  gnunet_pyexpect/gnunet_pyexpect.py.in
23
24 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
25
26 gnunet_pyexpect/gnunet_pyexpect.py: gnunet_pyexpect/gnunet_pyexpect.py.in Makefile
27         $(do_subst) < $(srcdir)/gnunet_pyexpect/gnunet_pyexpect.py.in > gnunet_pyexpect/gnunet_pyexpect.py
28         chmod +x gnunet_pyexpect/gnunet_pyexpect.py
29         chmod +x gnunet_pyexpect/__init__.py
30
31
32 # init_gnunet_redhat \
33 # init_gnunet_ubuntu \
34 # visualize_stats.sh \
35 # gnmessage.sh \
36 # junkinsert.sh \
37 # junklookup.sh \
38 # namespacehelper.sh 
39