version 1.3, 2012/08/01 00:39:10
|
version 1.5.24.1, 2021/11/25 22:31:09
|
Line 1
|
Line 1
|
all: |
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 test.c -laitcfg -lelwix |
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_boot test_boot.c -laitcfg -lelwix |
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_av2 test_av2.c -laitcfg -lelwix |
| ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_pwd test_pwd.c -laitcfg -lelwix |
| ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o testcfg testcfg.c -laitcfg -lelwix |
|
|
clean: |
clean: |
rm -f *~ *.o test test_boot test_av2 | rm -f *~ *.o test test_boot test_av2 test_pwd testcfg |