1 INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
8 timeout_watchdog_SOURCES = \
11 timeout_watchdog_SOURCES = \
12 timeout_watchdog_w32.c
25 gnunet-logo-color.png \
32 gnunet_pyexpect.py.in \
33 gnunet_janitor.py.in \
37 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
39 %.py: %.py.in Makefile
43 # init_gnunet_redhat \
44 # init_gnunet_ubuntu \
45 # visualize_stats.sh \
55 test_gnunet_prefix_SOURCES = \
58 test_gnunet_prefix_LDADD = \
59 $(GCLIBADD) $(WINLIB) \
61 -lltdl -lunistring $(XLIB)
63 pkghellodir= $(pkgdatadir)/hellos
66 $(mkinstalldirs) $(DESTDIR)$(pkghellodir)
68 for hello in $(srcdir)/hellos/*; do \
69 if test -f $$hello; then \
70 $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \
75 if test -d $(srcdir)/hellos; then \
76 mkdir -p $(distdir)/hellos; \
77 for hello in $(srcdir)/hellos/*; do \
78 if test -f $$hello; then \
79 cp -p $$hello $(distdir)/hellos; \