pluto_hdl_adi/library/axi_hdmi_rx/Makefile

66 lines
1.8 KiB
Makefile
Raw Normal View History

2015-04-01 20:26:29 +00:00
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
####################################################################################
####################################################################################
M_DEPS += ../common/ad_csc_1.v
M_DEPS += ../common/ad_csc_1_add.v
2016-12-09 21:06:41 +00:00
M_DEPS += ../common/ad_csc_1_mul.v
2015-04-01 20:26:29 +00:00
M_DEPS += ../common/ad_csc_CrYCb2RGB.v
2016-12-09 21:06:41 +00:00
M_DEPS += ../common/ad_rst.v
M_DEPS += ../common/ad_ss_422to444.v
2015-04-01 20:26:29 +00:00
M_DEPS += ../common/up_axi.v
M_DEPS += ../common/up_clock_mon.v
M_DEPS += ../common/up_hdmi_rx.v
2016-12-09 21:06:41 +00:00
M_DEPS += ../common/up_xfer_cntrl.v
M_DEPS += ../common/up_xfer_status.v
M_DEPS += ../scripts/adi_env.tcl
M_DEPS += ../scripts/adi_ip.tcl
M_DEPS += ../xilinx/common/ad_rst_constr.xdc
M_DEPS += ../xilinx/common/up_clock_mon_constr.xdc
M_DEPS += ../xilinx/common/up_xfer_cntrl_constr.xdc
M_DEPS += ../xilinx/common/up_xfer_status_constr.xdc
2015-04-01 20:26:29 +00:00
M_DEPS += axi_hdmi_rx.v
2015-04-30 09:04:15 +00:00
M_DEPS += axi_hdmi_rx_constr.xdc
2015-04-01 20:26:29 +00:00
M_DEPS += axi_hdmi_rx_core.v
2016-12-09 21:06:41 +00:00
M_DEPS += axi_hdmi_rx_es.v
M_DEPS += axi_hdmi_rx_ip.tcl
M_DEPS += axi_hdmi_rx_tpm.v
2015-04-01 20:26:29 +00:00
2015-04-07 20:32:01 +00:00
M_VIVADO := vivado -mode batch -source
2015-04-01 20:26:29 +00:00
M_FLIST := *.cache
M_FLIST += *.data
M_FLIST += *.xpr
M_FLIST += *.log
M_FLIST += component.xml
M_FLIST += *.jou
M_FLIST += xgui
2016-06-01 17:53:09 +00:00
M_FLIST += *.ip_user_files
M_FLIST += *.srcs
M_FLIST += *.hw
M_FLIST += *.sim
M_FLIST += .Xil
.PHONY: all clean clean-all
2015-04-01 20:26:29 +00:00
all: axi_hdmi_rx.xpr
clean:clean-all
clean-all:
2015-04-07 20:32:01 +00:00
rm -rf $(M_FLIST)
2015-04-01 20:26:29 +00:00
axi_hdmi_rx.xpr: $(M_DEPS)
-rm -rf $(M_FLIST)
2015-04-07 20:32:01 +00:00
$(M_VIVADO) axi_hdmi_rx_ip.tcl >> axi_hdmi_rx_ip.log 2>&1
2015-04-01 20:26:29 +00:00
####################################################################################
####################################################################################