Codebase list libmawk / upstream/latest src / example_apps / Makefile.common
upstream/latest

Tree @upstream/latest (Download .tar.gz)

Makefile.common @upstream/latestraw · 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: