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

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

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