the new format

git-svn-id: http://172.17.0.253/svn/soft_pkgs/sys_nicmonitor@146 09c3743a-b0dd-45d3-b506-aa74c7a2a6ef
This commit is contained in:
jli
2010-09-03 06:35:33 +00:00
parent 47b513b95d
commit a1da11c7f5
50 changed files with 4531 additions and 1 deletions

8
code/trunk/test/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all:read_shm recv_msg getmem
getmem:getmem.c
# g++ -g -L ../dynamic_lib -lnic_shm -o $@ $^
g++ -g -lnic_shm -o $@ $^
clean:
rm getmem read_shm recv_msg