// // Charcount Version 2 Test // // Copyright (C) 1993, Computer Associates, Inc. All Rights Reserved // #include "rules.rmk" src = ".\" // testc = the C routine to test // testclip = the clipper source to test the C program // testc = "ccvm" testclip = "ccvmtst" testbed.obj: testbed.prg $(testc).obj: $(testc).c $(testclip).obj: $(testclip).prg $(testclip).exe: $(testclip).obj $(testc).obj testbed.obj