|
From: <jmk...@us...> - 2003-07-19 02:17:44
|
Update of /cvsroot/emc/rtapi/examples/shmem In directory sc8-pr-cvs1:/tmp/cvs-serv9258/examples/shmem Modified Files: Makefile Log Message: revised the API definition and made coresponding changes to rtai_rtapi.c Index: Makefile =================================================================== RCS file: /cvsroot/emc/rtapi/examples/shmem/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 8 Jul 2003 15:54:39 -0000 1.1.1.1 --- Makefile 19 Jul 2003 02:17:41 -0000 1.2 *************** *** 50,62 **** # DO NOT DELETE ! /proj/foundation/home/proctor/rtapi/lib/shmemtask.o: /proj/foundation/home/proctor/rtapi/include/rtapi.h ! /proj/foundation/home/proctor/rtapi/lib/shmemtask.o: /proj/foundation/home/proctor/rtapi/include/rtapi_app.h ! /proj/foundation/home/proctor/rtapi/lib/shmemtask.o: common.h ! /proj/foundation/home/proctor/rtapi/lib/shmemusr.o: /proj/foundation/home/proctor/rtapi/include/ulapi.h ! /proj/foundation/home/proctor/rtapi/lib/shmemusr.o: common.h ! /proj/foundation/home/proctor/rtapi/rtlib/shmemtask.o: /proj/foundation/home/proctor/rtapi/include/rtapi.h ! /proj/foundation/home/proctor/rtapi/rtlib/shmemtask.o: /proj/foundation/home/proctor/rtapi/include/rtapi_app.h ! /proj/foundation/home/proctor/rtapi/rtlib/shmemtask.o: common.h ! /proj/foundation/home/proctor/rtapi/rtlib/shmemusr.o: /proj/foundation/home/proctor/rtapi/include/ulapi.h ! /proj/foundation/home/proctor/rtapi/rtlib/shmemusr.o: common.h --- 50,56 ---- # DO NOT DELETE ! /home/John/emcdev/rtapi/lib/shmemtask.o: common.h ! /home/John/emcdev/rtapi/lib/shmemusr.o: common.h ! /home/John/emcdev/rtapi/rtlib/shmemtask.o: common.h ! /home/John/emcdev/rtapi/rtlib/shmemusr.o: common.h |