// // Virtual Memory copy test // // Copyright (C) 1993, Computer Associates, Inc. All Rights Reserved // LIBLIST="LLIBCA" #include "rules.rmk" src = ".\" // testc = the C routine to test // testclip = the clipper source to test the C program // testc = "vcopy" testclip = "vcopytst" testbed.obj: testbed.prg $(testc).obj: $(testc).c $(testclip).obj: $(testclip).prg $(testclip).exe: $(testclip).obj $(testc).obj testbed.obj