File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.3.4.2: download - view: text, annotated - select for diffs - revision graph
Wed Sep 19 11:50:20 2012 UTC (11 years, 7 months ago) by misho
Branches: cfg5_5
Diff to: branchpoint 1.3: preferred, colored
*** empty log message ***

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>