1 # $Id: descrip.mms,v 7.1 1994/07/18 01:28:10 tom Exp $ 2 # mms-file for testing C_COUNT 3 # 4 5 .INCLUDE PORTUNIX_ROOT:[SUPPORT]LIBRARY_RULES 6 7 ####### (Development) ########################################################## 8 9 ####### (Standard Lists) ####################################################### 10 SCRIPTS =\ 11 run_test.sh run_test.com\ 12 showdiff.sh 13 14 REF_FILES = \ 15 cat.ref \ 16 history.ref \ 17 list.ref \ 18 normal.ref \ 19 quotes.ref \ 20 table.ref \ 21 table_p.ref 22 23 TST_FILES = \ 24 test1.c \ 25 test2.c \ 26 test3.c 27 28 SOURCES = Makefile descrip.mms README $(SCRIPTS) $(REF_FILES) $(TST_FILES) 29 30 ####### (Standard Productions) ################################################# 31 .LAST: 32 -remove -f *.dia;* 33 34 ALL : 35 @ write sys$output "done with $@" 36 37 CLEAN : 38 -remove -f *.log 39 40 CLOBBER : CLEAN 41 @ write sys$output "done with $@" 42 DESTROY : 43 -remove -fv *.*;* 44 45 RUN_TEST : $(SCRIPTS) 46 @run_test 47 48 ####### (Details of Productions) ###############################################