Codebase list libmawk / 1df34837-a1d9-4cbd-a796-a1f5ebe673fc/main src / example_apps / Makefile.common
1df34837-a1d9-4cbd-a796-a1f5ebe673fc/main

Tree @1df34837-a1d9-4cbd-a796-a1f5ebe673fc/main (Download .tar.gz)

Makefile.common @1df34837-a1d9-4cbd-a796-a1f5ebe673fc/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: