2015-04-01 20:26:52 +00:00
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
## Copyright 2011(c) Analog Devices, Inc.
|
|
|
|
## Auto-generated, do not modify!
|
2015-04-03 08:57:54 +00:00
|
|
|
## Fri Apr 3 11:55:07 2015
|
2015-04-01 20:26:52 +00:00
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
|
|
|
|
M_DEPS := system_project.tcl
|
|
|
|
M_DEPS += ../../scripts/adi_env.tcl
|
|
|
|
M_DEPS += ../../scripts/adi_project.tcl
|
|
|
|
M_DEPS += ../../scripts/adi_board.tcl
|
|
|
|
M_DEPS += system_bd.tcl
|
|
|
|
M_DEPS += ../../common/zc702/zc702_system_bd.tcl
|
|
|
|
M_DEPS += ../../common/xilinx/sys_wfifo.tcl
|
|
|
|
M_DEPS += ../common/fmcomms1_bd.tcl
|
2015-04-03 08:57:54 +00:00
|
|
|
M_DEPS += ../../../library/axi_ad9122/axi_ad9122.xpr
|
|
|
|
M_DEPS += ../../../library/util_wfifo/util_wfifo.xpr
|
|
|
|
M_DEPS += ../../../library/axi_dmac/axi_dmac.xpr
|
|
|
|
M_DEPS += ../../../library/axi_spdif_tx/axi_spdif_tx.xpr
|
|
|
|
M_DEPS += ../../../library/axi_ad9643/axi_ad9643.xpr
|
|
|
|
M_DEPS += ../../../library/axi_clkgen/axi_clkgen.xpr
|
|
|
|
M_DEPS += ../../../library/axi_hdmi_tx/axi_hdmi_tx.xpr
|
2015-04-01 20:26:52 +00:00
|
|
|
|
2015-04-03 08:57:54 +00:00
|
|
|
C_VIVADO := vivado -mode batch -source
|
2015-04-01 20:26:52 +00:00
|
|
|
|
2015-04-03 08:57:54 +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:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
.PHONY: all
|
|
|
|
all: lib fmcomms1_zc702.xpr
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: clean
|
2015-04-03 08:57:54 +00:00
|
|
|
clean: clean-all
|
2015-04-01 20:26:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
.PHONY: clean-all
|
2015-04-03 08:57:54 +00:00
|
|
|
clean-all:
|
|
|
|
rm -rf $(F_LIST)
|
2015-04-01 20:26:52 +00:00
|
|
|
make -C ../../../library/axi_ad9122 clean
|
|
|
|
make -C ../../../library/util_wfifo clean
|
|
|
|
make -C ../../../library/axi_dmac clean
|
|
|
|
make -C ../../../library/axi_spdif_tx clean
|
|
|
|
make -C ../../../library/axi_ad9643 clean
|
|
|
|
make -C ../../../library/axi_clkgen clean
|
|
|
|
make -C ../../../library/axi_hdmi_tx clean
|
|
|
|
|
|
|
|
|
|
|
|
fmcomms1_zc702.xpr: lib $(M_DEPS)
|
2015-04-03 08:57:54 +00:00
|
|
|
rm -rf $(F_LIST)
|
|
|
|
$(C_VIVADO) system_project.tcl >> fmcomms1_zc702_vivado.log 2>&1
|
2015-04-01 20:26:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
.PHONY: lib
|
|
|
|
lib:
|
|
|
|
make -C ../../../library/axi_ad9122
|
|
|
|
make -C ../../../library/util_wfifo
|
|
|
|
make -C ../../../library/axi_dmac
|
|
|
|
make -C ../../../library/axi_spdif_tx
|
|
|
|
make -C ../../../library/axi_ad9643
|
|
|
|
make -C ../../../library/axi_clkgen
|
|
|
|
make -C ../../../library/axi_hdmi_tx
|
|
|
|
|
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|