1 ## Produce this file with automake to get Makefile.in
3 sbin_PROGRAMS = tincd tinc sptps_test
5 EXTRA_DIST = linux bsd solaris cygwin mingw openssl gcrypt
66 sptps_test_SOURCES = \
72 ## Conditionally compile device drivers
75 tincd_SOURCES += linux/device.c
79 tincd_SOURCES += bsd/device.c
81 tincd_SOURCES += bsd/tunemu.c
86 tincd_SOURCES += solaris/device.c
90 tincd_SOURCES += mingw/device.c
94 tincd_SOURCES += cygwin/device.c
98 tincd_SOURCES += uml_device.c
102 tincd_SOURCES += vde_device.c
124 sptps_test_SOURCES += \
152 sptps_test_SOURCES += \
161 tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS)
212 LIBS = @LIBS@ @LIBGCRYPT_LIBS@
218 AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\"
221 rm -f `find . -type l`