1 2 3 4 5 6 7 8 9 10 11
CC := gcc-5 CXX := g++-5 ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src #EXTRA_DIST = test: cd ../test && make .PHONY: test