pluto_hdl_adi/library/util_dacfifo/Makefile

46 lines
1.3 KiB
Makefile
Raw Normal View History

2015-04-07 20:32:01 +00:00
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
####################################################################################
####################################################################################
M_DEPS := util_dacfifo_ip.tcl
M_DEPS += ../scripts/adi_env.tcl
M_DEPS += ../scripts/adi_ip.tcl
M_DEPS += ../common/ad_mem.v
M_DEPS += util_dacfifo.v
M_VIVADO := vivado -mode batch -source
M_FLIST := `find . -not -name '.'
M_FLIST += -not -name '*.tcl'
M_FLIST += -not -name '*.v'
M_FLIST += -not -name '*.xdc'
M_FLIST += -not -name '*.vhd'
M_FLIST += -not -name '*.prj'
M_FLIST += -not -name '*.xml'
2015-04-07 20:32:01 +00:00
M_FLIST += -not -name 'Makefile'
M_FLIST += -not -name '*.h' `M_FLIST += component.xml
2015-04-07 20:32:01 +00:00
.PHONY: all
all: util_dacfifo.xpr
.PHONY: clean
clean:clean-all
.PHONY: clean-all
clean-all:
rm -rf $(M_FLIST)
util_dacfifo.xpr: $(M_DEPS)
rm -rf $(M_FLIST)
$(M_VIVADO) util_dacfifo_ip.tcl >> util_dacfifo_ip.log 2>&1
####################################################################################
####################################################################################