Diff for /libelwix/example/Makefile between versions 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2013/01/17 10:05:35 version 1.1.1.1.2.1, 2013/03/07 15:41:11
Line 9  all: Line 9  all:
         gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_n2 test_n2.c -lelwix          gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_n2 test_n2.c -lelwix
         gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_vars test_vars.c -lelwix          gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_vars test_vars.c -lelwix
         gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_mem test_mem.c -lpthread -lelwix          gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_mem test_mem.c -lpthread -lelwix
           gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_time test_time.c -lpthread -lelwix
   
 clean:  clean:
         rm -f *.o *~ test astvar test_array test_sarray \          rm -f *.o *~ test astvar test_array test_sarray \
                envargs rb rb2 test_n2 test_vars test_mem                envargs rb rb2 test_n2 test_vars test_mem test_time

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1


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