
all: test_idn1 test_idn2 test_idn2new

test_idn1: idn1.cpp
	g++ -std=c++11 idn1.cpp -o test_idn1 -lidn

test_idn2: idn2.cpp
	g++ -std=c++11 idn2.cpp -o test_idn2 -lidn2

test_idn2new: idn2new.cpp
	g++ -std=c++11 idn2new.cpp -o test_idn2new -lidn2
