Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example |
version 1.1.2.2, 2012/04/03 11:51:52 | version 1.1.2.3, 2012/04/04 11:43:05 |
---|---|
Line 1 | Line 1 |
all: | 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 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: | clean: |
rm -f *~ *.o test | rm -f *~ *.o test test_boot |