2 # OpenVPN -- An application to securely tunnel IP networks
3 # over a single UDP port, with support for SSL/TLS-based
4 # session authentication and key exchange,
5 # packet encryption, packet authentication, and
8 # Copyright (C) 2008-2012 Alon Bar-Lev <alon.barlev@gmail.com>
10 # Required to build Windows resource file
12 RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
13 $(AM_CPPFLAGS) $(CPPFLAGS)
14 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
17 $(LTRCCOMPILE) -i
"$<" -o
"$@"
20 $(RCCOMPILE) -i
"$<" -o
"$@"