Update of /cvsroot/wisp/wisp/wa
In directory usw-pr-cvs1:/tmp/cvs-serv11978/wa
Modified Files:
Makefile.am
Log Message:
Added a %.wth -> %.was rule to wa/Makefile.am .
Index: Makefile.am
===================================================================
RCS file: /cvsroot/wisp/wisp/wa/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 31 Aug 2002 14:29:22 -0000 1.2
+++ Makefile.am 4 Sep 2002 13:49:00 -0000 1.3
@@ -15,3 +15,7 @@
check: cupid # attempt translation
./$< > /dev/null # attempt running
test `./$< | wc -l` -eq 4 # test the run
+
+%.was: %.wth
+ WISP_PATH=$(top_srcdir)/modules $(top_builddir)/src/wisp \
+ $(top_srcdir)/tools/worth -III -o $@ $<
|