URL
https://opencores.org/ocsvn/iicmb/iicmb/trunk
Subversion Repositories iicmb
[/] [iicmb/] [trunk/] [sim/] [Makefile] - Rev 2
Compare with Previous | Blame | View Log
# Makefile for IICMB project# VHDL compiler name:VCOM = vcom# Verilog compiler name:VLOG = vlog# path to the sources:IICMB_DIR = ..# paths to compiled libraries:LIB_IICMB = iicmbLIB_IICMB_TB = workinclude ./include.mk.PHONY : allall : $(ALL_TARGETS).PHONY : cleanclean : $(CLEAN_TARGETS)rm -rf transcript vsim.wlf;
