# Currently this TARGET is via tab2tri.pl and generated in the main # makefile. Why ? because it must be done AFTER tab2rank.pl TARGET= \ BasicMaterials.xls \ Conglomerates.xls \ ConsumerGoods.xls \ Financial.xls \ Healthcare.xls \ IndustrialGoods.xls \ Services.xls \ Technology.xls \ Utilities.xls TARGET2=$(TARGET:.xls=Q.xls) TARGET3=$(TARGET:.xls=S.xls) all: $(TARGET3) $(TARGET2) @echo "all are up to date" $(TARGET3) :: $(TARGET:.xls=.txt) s2xls.pl $(@:S.xls=.txt) $@ $(TARGET2) :: $(TARGET:.xls=.txt) q2xls.pl $(@:Q.xls=.txt) $@ clean: -rm $(TARGET3) $(TARGET2) .DEFAULT: merge.pl Industry