Implemented an export feature, for exporting single-character machine
[external/ragel.git] / redfsm / Makefile.in
index 46971e3..e8bb35c 100644 (file)
@@ -57,7 +57,7 @@ xmlparse.cpp: xmlparse.kl xmlparse.kh
        kelbt -o $@ $<
 
 xmlscan.cpp: xmlscan.rl
-       ragel xmlscan.rl | rlcodegen -G2 -o xmlscan.cpp
+       ragel xmlscan.rl | rlgen-cd -G2 -o xmlscan.cpp
 
 xmltags.cpp: xmltags.gperf
        gperf -L C++ -t $< > $@
@@ -76,7 +76,7 @@ EXTRA_CLEAN = $(GEN_SRC)
 endif
 
 clean:
-       rm -f tags .*.d *.o rlcodegen $(EXTRA_CLEAN)
+       rm -f tags .*.d *.o rlgen-cd $(EXTRA_CLEAN)
 
 install:
        @true