SHELL = sh Co = ~/Co/ PROGS = 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 .\#*; \ rm -rf calc*; \ rm -f *CAR EIGENVAL PCDAT IBZKPT CHG coh.out energy.out KPOINTS* run.cfg vasprun.xml *.ref; \ @echo Download/%: ${Co}Shell/% cp $< $@ i: install install: ${TGTS} @ls -ltr ${TGTS} t: tests tests: test1 t1: test1 test1: Download/${PROG} @echo @Download/fullrun @echo