pluto_hdl_adi/projects/imageon/zc706/Makefile

66 lines
2.0 KiB
Makefile
Raw Normal View History

2015-04-01 20:27:00 +00:00
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
####################################################################################
####################################################################################
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/zc706/zc706_system_bd.tcl
M_DEPS += ../common/imageon_bd.tcl
M_DEPS += ../../../library/axi_spdif_tx/axi_spdif_tx.xpr
M_DEPS += ../../../library/axi_clkgen/axi_clkgen.xpr
2015-04-07 20:32:01 +00:00
M_DEPS += ../../../library/axi_dmac/axi_dmac.xpr
M_DEPS += ../../../library/axi_hdmi_rx/axi_hdmi_rx.xpr
M_DEPS += ../../../library/axi_hdmi_tx/axi_hdmi_tx.xpr
2015-04-01 20:27:00 +00:00
2015-04-07 20:32:01 +00:00
M_VIVADO := vivado -mode batch -source
2015-04-01 20:27:00 +00:00
2015-04-07 20:32:01 +00:00
M_FLIST := `find . -not -name '.'
M_FLIST += -not -name '*.tcl'
M_FLIST += -not -name '*.v'
M_FLIST += -not -name '*.xdc'
M_FLIST += -not -name '*.vhd'
M_FLIST += -not -name '*.prj'
M_FLIST += -not -name 'Makefile'
M_FLIST += -not -name '*.h' `
2015-04-01 20:27:00 +00:00
.PHONY: all
all: lib imageon_zc706.xpr
.PHONY: clean
clean: clean-all
2015-04-01 20:27:00 +00:00
.PHONY: clean-all
clean-all:
2015-04-07 20:32:01 +00:00
rm -rf $(M_FLIST)
2015-04-01 20:27:00 +00:00
make -C ../../../library/axi_spdif_tx clean
make -C ../../../library/axi_clkgen clean
2015-04-07 20:32:01 +00:00
make -C ../../../library/axi_dmac clean
2015-04-01 20:27:00 +00:00
make -C ../../../library/axi_hdmi_rx clean
make -C ../../../library/axi_hdmi_tx clean
imageon_zc706.xpr: lib $(M_DEPS)
2015-04-07 20:32:01 +00:00
rm -rf $(M_FLIST)
$(M_VIVADO) system_project.tcl >> imageon_zc706_vivado.log 2>&1
2015-04-01 20:27:00 +00:00
.PHONY: lib
lib:
make -C ../../../library/axi_spdif_tx
make -C ../../../library/axi_clkgen
2015-04-07 20:32:01 +00:00
make -C ../../../library/axi_dmac
2015-04-01 20:27:00 +00:00
make -C ../../../library/axi_hdmi_rx
make -C ../../../library/axi_hdmi_tx
####################################################################################
####################################################################################