SHELL = sh Co = ~/Co/ PROGS = vasp2dos split_vasp_DOS draw_vasp_DOS TGTS = $(addprefix Download/, ${PROGS}) SRCS = $(addprefix ${Co}Shell/, ${PROGS}) MAKEFLAGS = -k .PHONY: all i install c clean all: install tests c: clean clean: @echo -rm -f *~; \ rm -f \#*\#; \ rm -f Gau-*; \ rm -f .\#*; \ rm -f Download/*; \ @echo Download/%: ${Co}Shell/% cp $< $@ i: install install: ${TGTS} @ls -ltr ${TGTS} t: tests tests: test1 t1: test1 test1: Download/${PROG} @echo @Download/vasp2dos @echo