Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example |
1.1.2.1 misho 1: all: 1.1.2.2 misho 2: gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc 1.1.2.3 ! misho 3: gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc 1.1.2.1 misho 4: 5: clean: 1.1.2.3 ! misho 6: rm -f *~ *.o test test_boot