pluto_hdl_adi/library/interfaces/Makefile

53 lines
1.6 KiB
Makefile
Raw Normal View History

2015-10-16 10:58:36 +00:00
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
####################################################################################
####################################################################################
include ../../quiet.mk
2015-10-23 07:44:27 +00:00
M_DEPS := interfaces_ip.tcl
M_DEPS += ../scripts/adi_env.tcl
2018-08-13 13:59:02 +00:00
M_DEPS += ../scripts/adi_ip_xilinx.tcl
2015-10-16 10:58:36 +00:00
2015-10-23 07:44:27 +00:00
M_VIVADO := vivado -mode batch -source
2015-10-16 10:58:36 +00:00
2016-03-14 07:31:17 +00:00
M_FLIST := *.log
2015-10-23 07:44:27 +00:00
M_FLIST += *.jou
2016-07-06 19:02:00 +00:00
M_FLIST += if_xcvr_cm.xml
M_FLIST += if_xcvr_cm_rtl.xml
M_FLIST += if_xcvr_ch.xml
M_FLIST += if_xcvr_ch_rtl.xml
2016-03-14 07:31:17 +00:00
M_FLIST += if_gt_qpll.xml
M_FLIST += if_gt_qpll_rtl.xml
M_FLIST += if_gt_pll.xml
M_FLIST += if_gt_pll_rtl.xml
M_FLIST += if_gt_rx.xml
M_FLIST += if_gt_rx_rtl.xml
M_FLIST += if_gt_tx.xml
M_FLIST += if_gt_tx_rtl.xml
M_FLIST += if_gt_rx_ksig.xml
M_FLIST += if_gt_rx_ksig_rtl.xml
2015-10-23 07:44:27 +00:00
.PHONY: all xilinx clean clean-all
all: xilinx
xilinx: if_xcvr_cm.xml if_xcvr_cm_rtl.xml if_xcvr_ch.xml if_xcvr_ch_rtl.xml if_gt_qpll.xml if_gt_qpll_rtl.xml if_gt_pll.xml if_gt_pll_rtl.xml if_gt_rx.xml if_gt_rx_rtl.xml if_gt_tx.xml if_gt_tx_rtl.xml if_gt_rx_ksig.xml if_gt_rx_ksig_rtl.xml
2015-10-23 07:44:27 +00:00
clean:clean-all
2015-10-16 10:58:36 +00:00
clean-all:
$(call clean, \
$(M_FLIST), \
interface definitions)
2015-10-23 07:44:27 +00:00
%.xml: $(M_DEPS)
$(call build, \
$(M_VIVADO) interfaces_ip.tcl, \
interfaces_ip.log, \
interface definitions)
2016-07-06 19:02:00 +00:00
2015-10-16 10:58:36 +00:00
####################################################################################
####################################################################################