gensym: changes forgotten in last commit
[jackhill/mal.git] / objpascal / Makefile
index af938fb..b8efc48 100644 (file)
@@ -8,10 +8,6 @@ STEP1_DEPS = $(STEP0_DEPS) mal_types.pas reader.pas printer.pas
 STEP3_DEPS = $(STEP1_DEPS) mal_env.pas
 STEP4_DEPS = $(STEP3_DEPS) core.pas
 
-SOURCES = mal_readline.pas mal_types.pas mal_func.pas \
-         reader.pas printer.pas mal_env.pas core.pas stepA_mal.pas
-SOURCES_LISP = mal_env.pas core.pas stepA_mal.pas
-
 #####################
 
 DEBUG = -gl
@@ -33,13 +29,3 @@ step4_if_fn_do step5_tco step6_file step7_quote step8_macros step9_try stepA_mal
 
 clean:
        rm -f $(STEPS:%.pas=%) *.o *.ppu regexpr/Source/*.o regexpr/Source/*.ppu mal
-
-.PHONY: stats stats-lisp
-
-stats: $(SOURCES)
-       @wc $^
-       @printf "%5s %5s %5s %s\n" `grep -E "^[[:space:]]*//|^[[:space:]]*$$" $^ | wc` "[comments/blanks]"
-stats-lisp: $(SOURCES_LISP)
-       @wc $^
-       @printf "%5s %5s %5s %s\n" `grep -E "^[[:space:]]*//|^[[:space:]]*$$" $^ | wc` "[comments/blanks]"
-