pluto_hdl_adi/library/util_bsplit/Makefile

39 lines
1.2 KiB
Makefile
Raw Normal View History

2015-04-01 20:26:31 +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:31 +00:00
####################################################################################
####################################################################################
M_DEPS := util_bsplit_ip.tcl
M_DEPS += ../scripts/adi_env.tcl
M_DEPS += ../scripts/adi_ip.tcl
M_DEPS += util_bsplit.v
M_DEPS += util_bsplit_constr.xdc
C_VIVADO := vivado -mode batch -source
2015-04-01 20:26:31 +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:31 +00:00
.PHONY: all
all: util_bsplit.xpr
.PHONY: clean
clean:clean-all
.PHONY: clean-all
clean-all:
rm -rf $(F_LIST)
2015-04-01 20:26:31 +00:00
util_bsplit.xpr: $(M_DEPS)
rm -rf $(F_LIST)
$(C_VIVADO) util_bsplit_ip.tcl >> util_bsplit_ip.log 2>&1
2015-04-01 20:26:31 +00:00
####################################################################################
####################################################################################