1 AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3 tap32dir = $(pkgdatadir)/openvpn-tap32/tapw32/
5 tap64dir = $(pkgdatadir)/openvpn-tap32/tapw64/
11 timeout_watchdog_SOURCES = \
14 timeout_watchdog_SOURCES = \
15 timeout_watchdog_w32.c
28 gnunet-logo-color.png \
33 openvpn-tap32/tapw32/tap0901.sys \
34 openvpn-tap32/tapw32/tap0901.cat \
35 openvpn-tap32/tapw32/OemWin2k.inf
38 openvpn-tap32/tapw64/tap0901.sys \
39 openvpn-tap32/tapw64/tap0901.cat \
40 openvpn-tap32/tapw64/OemWin2k.inf
47 gnunet_pyexpect.py.in \
48 gnunet_janitor.py.in \
50 gnunet-gns-import.sh \
51 openvpn-tap32/tapw32/tap0901.sys \
52 openvpn-tap32/tapw32/tap0901.cat \
53 openvpn-tap32/tapw32/OemWin2k.inf \
54 openvpn-tap32/tapw64/tap0901.sys \
55 openvpn-tap32/tapw64/tap0901.cat \
56 openvpn-tap32/tapw64/OemWin2k.inf \
57 openvpn-tap32/INSTALL \
58 openvpn-tap32/tap32-signed-i386-2.1.zip \
59 openvpn-tap32/tap32-source-2.1.zip
61 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
63 %.py: %.py.in Makefile
67 # init_gnunet_redhat \
68 # init_gnunet_ubuntu \
69 # visualize_stats.sh \
80 TESTS = $(check_PROGRAMS)
83 test_gnunet_prefix_SOURCES = \
86 test_gnunet_prefix_CPPFLAGS = \
87 $(LTDLINCL) $(AM_CPPFLAGS)
89 test_gnunet_prefix_LDADD = \
90 $(GCLIBADD) $(WINLIB) \
93 $(LIBLTDL) -lunistring $(XLIB)
95 pkghellodir= $(pkgdatadir)/hellos
98 $(mkinstalldirs) $(DESTDIR)$(pkghellodir)
100 for hello in $(srcdir)/hellos/*; do \
101 if test -f $$hello; then \
102 $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \
107 if test -d $(srcdir)/hellos; then \
108 mkdir -p $(distdir)/hellos; \
109 for hello in $(srcdir)/hellos/*; do \
110 if test -f $$hello; then \
111 cp -p $$hello $(distdir)/hellos; \