Codebase list libmawk / 70499808-c2b9-4be2-ae11-0ab4b3a1a115/main src / example_apps / Makefile.common
70499808-c2b9-4be2-ae11-0ab4b3a1a115/main

Tree @70499808-c2b9-4be2-ae11-0ab4b3a1a115/main (Download .tar.gz)

Makefile.common @70499808-c2b9-4be2-ae11-0ab4b3a1a115/mainraw · history · blame

1
2
3
4
5
6
7
8
9
$(ROOT)/libmawk/libmawk.a: FORCE
	cd $(ROOT)/libmawk && make libmawk.a

test:
	@make -s run > out.curr
	@diff -u out.ref out.curr && rm out.curr
	@awk -v "name=`basename $(PWD)`" 'BEGIN { printf("%-20s QC PASS\n", name)}'

FORCE: