File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Apr 4 13:11:48 2012 UTC (12 years, 1 month ago) by misho
Branches: MAIN
CVS tags: cfg5_3, cfg5_2, cfg5_1, HEAD, CFG5_2, CFG5_1, CFG5_0
Release version 5.0

all:
	gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc
	gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc

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

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