File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Sep 19 15:22:31 2012 UTC (11 years, 7 months ago) by misho
Branches: MAIN
CVS tags: cfg7_0, cfg6_1, HEAD, CFG6_1, CFG6_0
version 6.0

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

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

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