1 ## Produce this file with automake to get Makefile.in
3 sbin_PROGRAMS = tincd tinc sptps_test
6 sbin_PROGRAMS += sptps_speed
15 connection.c connection.h \
30 fake-getaddrinfo.c fake-getaddrinfo.h \
31 fake-getnameinfo.c fake-getnameinfo.h \
52 protocol.c protocol.h \
63 splay_tree.c splay_tree.h \
77 invitation.c invitation.h \
83 subnet_parse.c subnet.h \
88 sptps_test_SOURCES = \
94 sptps_speed_SOURCES = \
100 ## Conditionally compile device drivers
103 tincd_SOURCES += linux/device.c
107 tincd_SOURCES += bsd/device.c
109 tincd_SOURCES += bsd/tunemu.c bsd/tunemu.h
114 tincd_SOURCES += solaris/device.c
118 tincd_SOURCES += mingw/device.c mingw/common.h
122 tincd_SOURCES += cygwin/device.c
126 tincd_SOURCES += uml_device.c
130 tincd_SOURCES += vde_device.c
137 openssl/digest.c openssl/digest.h \
145 openssl/digest.c openssl/digest.h \
152 sptps_test_SOURCES += \
155 openssl/digest.c openssl/digest.h \
159 sptps_speed_SOURCES += \
162 openssl/digest.c openssl/digest.h \
173 gcrypt/digest.c gcrypt/digest.h \
181 gcrypt/digest.c gcrypt/digest.h \
188 sptps_test_SOURCES += \
191 gcrypt/digest.c gcrypt/digest.h \
197 tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS)
198 sptps_speed_LDADD = -lrt
206 AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\"