version 1.3.40.1, 2016/05/14 11:31:38
|
version 1.4.10.1, 2017/11/27 21:14:01
|
Line 11 all:
|
Line 11 all:
|
cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_mem test_mem.c -lpthread -lelwix -lpthread |
cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_mem test_mem.c -lpthread -lelwix -lpthread |
cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_time test_time.c -lpthread -lelwix -lpthread |
cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_time test_time.c -lpthread -lelwix -lpthread |
cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_pack test_pack.c -lelwix -lpthread |
cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_pack test_pack.c -lelwix -lpthread |
|
cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_json test_json.c -lelwix -lpthread |
|
|
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 test_time test_pack | envargs rb rb2 test_n2 test_vars test_mem test_time test_pack \ |
| test_json |