pluto_hdl_adi/library/util_rfifo/Makefile

38 lines
1.1 KiB
Makefile
Raw Normal View History

2015-04-01 20:26:34 +00:00
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
## Fri Apr 3 11:55:07 2015
2015-04-01 20:26:34 +00:00
####################################################################################
####################################################################################
M_DEPS := util_rfifo_ip.tcl
M_DEPS += ../scripts/adi_env.tcl
M_DEPS += ../scripts/adi_ip.tcl
M_DEPS += util_rfifo.v
C_VIVADO := vivado -mode batch -source
2015-04-01 20:26:34 +00:00
F_LIST := `find . -not -name '.' -not -name '*.tcl' -not -name '*.v' -not -name '*.xdc' -not -name '*.vhd' -not -name '*.prj' -not -name 'Makefile' -not -name '*.h' `
2015-04-01 20:26:34 +00:00
.PHONY: all
all: util_rfifo.xpr
.PHONY: clean
clean:clean-all
.PHONY: clean-all
clean-all:
rm -rf $(F_LIST)
2015-04-01 20:26:34 +00:00
util_rfifo.xpr: $(M_DEPS)
rm -rf $(F_LIST)
$(C_VIVADO) util_rfifo_ip.tcl >> util_rfifo_ip.log 2>&1
2015-04-01 20:26:34 +00:00
####################################################################################
####################################################################################