# Data creation of DataBase 2 Sector Files + Summary Stats TARGET= BasicMaterials.html \ Conglomerates.html \ ConsumerGoods.html \ Financial.html \ Healthcare.html \ IndustrialGoods.html \ Services.html \ Technology.html \ Utilities.html SRC=$(TARGET:.html=.txt) HTM=$(TARGET:.html=.htm) Q2=$(TARGET:.html=.q2) Q3=$(TARGET:.html=.q3) OPT=$(TARGET:.html=.H) all: stats.xls $(TARGET) $(SRC): merge.pl Industry $(TARGET) :: $(SRC) csv2html.pl stats.xls: $(SRC) tab2stats.pl clean: -rm $(SRC) $(HTM) $(Q2) $(Q3) $(OPT) -rm stats.xls Q1.txt Q2.txt Q3.txt AVG.txt EV.txt -rm $(TARGET) .AFTER: tab2rank.pl $(TARGET:.html=.txt) (cd ../Industry; ysplit.pl Data)