2015-05-11 14:17:07 +00:00
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
## Copyright 2011(c) Analog Devices, Inc.
|
|
|
|
## Auto-generated, do not modify!
|
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
|
|
|
|
M_DEPS := system_project.tcl
|
|
|
|
M_DEPS += ../../scripts/adi_env.tcl
|
2015-05-18 14:22:46 +00:00
|
|
|
M_DEPS += ../../common/a10gx/a10gx_system_assign.tcl
|
2015-07-03 15:08:57 +00:00
|
|
|
M_DEPS += $ad_hdl_dir/projects/scripts/adi_tquest.tcl
|
|
|
|
M_DEPS += 0
|
2015-05-11 14:17:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
M_ALTERA := quartus_sh --64bit -t
|
|
|
|
|
|
|
|
|
|
|
|
M_FLIST += *.log
|
|
|
|
M_FLIST += *_INFO.txt
|
|
|
|
M_FLIST += *_dump.txt
|
|
|
|
M_FLIST += db
|
|
|
|
M_FLIST += *.asm.rpt
|
|
|
|
M_FLIST += *.done
|
|
|
|
M_FLIST += *.eda.rpt
|
|
|
|
M_FLIST += *.fit.*
|
|
|
|
M_FLIST += *.map.*
|
|
|
|
M_FLIST += *.sta.*
|
|
|
|
M_FLIST += *.qsf
|
|
|
|
M_FLIST += *.qpf
|
|
|
|
M_FLIST += *.qws
|
|
|
|
M_FLIST += *.sof
|
|
|
|
M_FLIST += hc_output
|
|
|
|
M_FLIST += hps_isw_handoff
|
|
|
|
M_FLIST += hps_sdram_*.csv
|
|
|
|
M_FLIST += *ddr3_*.csv
|
|
|
|
M_FLIST += incremental_db
|
|
|
|
M_FLIST += reconfig_mif
|
|
|
|
M_FLIST += *.sopcinfo
|
|
|
|
M_FLIST += *.jdi
|
|
|
|
M_FLIST += *.pin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: all clean clean-all
|
2015-05-18 14:22:46 +00:00
|
|
|
all: daq2_a10gx.sof
|
2015-05-11 14:17:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean:clean-all
|
|
|
|
|
|
|
|
|
|
|
|
clean-all:
|
|
|
|
rm -rf $(M_FLIST)
|
|
|
|
|
|
|
|
|
2015-05-18 14:22:46 +00:00
|
|
|
daq2_a10gx.sof: $(M_DEPS)
|
2015-05-11 14:17:07 +00:00
|
|
|
rm -rf $(M_FLIST)
|
2015-05-18 14:22:46 +00:00
|
|
|
$(M_ALTERA) system_project.tcl >> daq2_a10gx_quartus.log 2>&1
|
2015-05-11 14:17:07 +00:00
|
|
|
|
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|