Diff for /libaitcfg/example/Makefile between versions 1.4 and 1.4.4.1

version 1.4, 2012/09/19 15:22:31 version 1.4.4.1, 2013/01/17 13:46:59
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 -laitio -laitcrc        ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_pwd test_pwd.c -laitcfg -lelwix
   
 clean:  clean:
         rm -f *~ *.o test test_boot test_av2 test_pwd          rm -f *~ *.o test test_boot test_av2 test_pwd

Removed from v.1.4  
changed lines
  Added in v.1.4.4.1


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