--- libaitcfg/example/Makefile 2012/04/04 13:11:48 1.2 +++ libaitcfg/example/Makefile 2013/05/30 09:12:27 1.5 @@ -1,6 +1,8 @@ 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 + ${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 -lelwix + ${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 clean: - rm -f *~ *.o test test_boot + rm -f *~ *.o test test_boot test_av2 test_pwd