File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.5.24.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 25 22:31:09 2021 UTC (2 years, 5 months ago) by misho
Branches: cfg8_2
Diff to: branchpoint 1.5: preferred, colored
adds new testcfg tool for check parser and configs

all:
	${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -lelwix
	${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -lelwix
	${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_av2 test_av2.c -laitcfg -lelwix
	${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_pwd test_pwd.c -laitcfg -lelwix
	${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o testcfg testcfg.c -laitcfg -lelwix

clean:
	rm -f *~ *.o test test_boot test_av2 test_pwd testcfg

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>