FILES = List Headers add.logic add.pla add.padlist add_verify.musa mosis.net default: @echo " " @echo \"make cordic\" will create a new cordic standard cell design @echo " " @echo \"make new\" will erase the original version @echo and create a new one that will require editting @echo " " cordic: add12.net as12.net cell.net mosis.net Q_add -a Q_complement Q_cell new: Whole_Thing Whole_Thing: $(FILES) rm -f Whole_Thing for i in $(FILES) ; do \ echo $$i ; \ echo >> Whole_Thing ; \ cat $$i >> Whole_Thing ; \ done