// // IsDouble() & YesNo() 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 = "isdbl" testclip = "isdbltst" testbed.obj: testbed.prg $(testc).obj: $(testc).c yesno.obj: yesno.c $(testclip).obj: $(testclip).prg $(testclip).exe: $(testclip).obj $(testc).obj yesno.obj testbed.obj