aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
blob: e4b92bb2e87b86ede9ff2ff204cf7f1d0db2671d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
if !MINGW
noinst_PROGRAMS = \
 timeout_watchdog

timeout_watchdog_SOURCES = \
 timeout_watchdog.c 
endif

noinst_SCRIPTS = \
 gnunet_pyexpect/gnunet_pyexpect.py

dist_pkgdata_DATA = \
 gnunet-logo-color.png \
 defaults.conf

EXTRA_DIST = \
 coverage.sh \
 hostlist.cgi \
 hostlist.php \
 report.sh \
 gnunet_pyexpect/__init__.py \
 gnunet_pyexpect/gnunet_pyexpect.py.in

do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'

gnunet_pyexpect/gnunet_pyexpect.py: gnunet_pyexpect/gnunet_pyexpect.py.in Makefile
	$(do_subst) < $(srcdir)/gnunet_pyexpect/gnunet_pyexpect.py.in > gnunet_pyexpect/gnunet_pyexpect.py
	chmod +x gnunet_pyexpect/gnunet_pyexpect.py
	chmod +x gnunet_pyexpect/__init__.py


# init_gnunet_redhat \
# init_gnunet_ubuntu \
# visualize_stats.sh \
# gnmessage.sh \
# junkinsert.sh \
# junklookup.sh \
# namespacehelper.sh