# Makefile_g for ghdl replacement of vhdl all: proj4_g.out proj5_g.out proj4_g.out: proj4.vhdl ghdl -a --ieee=synopsys proj4.vhdl ghdl -e --ieee=synopsys proj4 ghdl -r --ieee=synopsys proj4 --stop-time=160ns > proj4_g.out proj5_g.out: proj5.vhdl ghdl -a --ieee=synopsys proj5.vhdl ghdl -e --ieee=synopsys proj5 ghdl -r --ieee=synopsys proj5 --stop-time=160ns > proj5_g.out clean: # object files and executable files rm -f *.o rm -f *.cf rm -f proj4 rm -f proj5