File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Aug 1 00:39:10 2012 UTC (11 years, 7 months ago) by misho
Branches: MAIN
CVS tags: cfg5_5, cfg5_4, HEAD, CFG5_4, CFG5_3
version 5.3

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

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

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