|
From: <jmk...@us...> - 2003-08-05 03:51:04
|
Update of /cvsroot/emc/rtapi/examples/shmem In directory sc8-pr-cvs1:/tmp/cvs-serv18267/examples/shmem Modified Files: Makefile Log Message: minor tweaks, all examples work except for a fifo overflow bug under rtai Index: Makefile =================================================================== RCS file: /cvsroot/emc/rtapi/examples/shmem/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 19 Jul 2003 02:17:41 -0000 1.2 --- Makefile 5 Aug 2003 03:51:00 -0000 1.3 *************** *** 50,56 **** --- 50,62 ---- # DO NOT DELETE + /home/John/emcdev/rtapi/lib/shmemtask.o: /home/John/emcdev/rtapi/include/rtapi.h + /home/John/emcdev/rtapi/lib/shmemtask.o: /home/John/emcdev/rtapi/include/rtapi_app.h /home/John/emcdev/rtapi/lib/shmemtask.o: common.h + /home/John/emcdev/rtapi/lib/shmemusr.o: /home/John/emcdev/rtapi/include/ulapi.h /home/John/emcdev/rtapi/lib/shmemusr.o: common.h + /home/John/emcdev/rtapi/rtlib/shmemtask.o: /home/John/emcdev/rtapi/include/rtapi.h + /home/John/emcdev/rtapi/rtlib/shmemtask.o: /home/John/emcdev/rtapi/include/rtapi_app.h /home/John/emcdev/rtapi/rtlib/shmemtask.o: common.h + /home/John/emcdev/rtapi/rtlib/shmemusr.o: /home/John/emcdev/rtapi/include/ulapi.h /home/John/emcdev/rtapi/rtlib/shmemusr.o: common.h |