File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Thu May 30 09:12:27 2013 UTC (10 years, 10 months ago) by misho
Branches: MAIN
CVS tags: cfg8_2, cfg8_1, cfg8_0, cfg7_9, cfg7_8, cfg7_7, cfg7_6, cfg7_5, cfg7_4, cfg7_3, cfg7_2, cfg7_1, HEAD, CFG8_1, CFG8_0, CFG7_9, CFG7_8, CFG7_7, CFG7_6, CFG7_5, CFG7_4, CFG7_3, CFG7_2, CFG7_1, CFG7_0
version 7.0

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

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

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