Codebase list libmawk / 7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main scconfig / src / tmpasm / Makefile
7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

Tree @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main (Download .tar.gz)

Makefile @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/mainraw · history · blame

CFLAGS = -Wall -g \
 -I../default -DTMPASM_TESTER \

tester: tester.o tmpasm.o debug.o tmpasm_scconfig.o openfiles.o \
 ../default/db.o ../default/ht.o ../default/str.o ../default/log.o \
 ../default/regex.o ../default/lib_uniqinc.o

tmpasm.o: tmpasm.c tmpasm.h

test: regression/Makefile
	cd regression && make

regression/Makefile: regression/Makefile.in tester
	./tester -e < regression/Makefile.in > regression/Makefile

debug.o: debug.c debug.h tmpasm.h