aboutsummaryrefslogtreecommitdiff
path: root/matlab/makefile
blob: 283259757e0c76761b55afd1a83196d251795d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###################################################################
# Main Targets
###################################################################

help:
	@echo '"make" does intentionally nothing. Type:'
	@echo '  "make hdl"      - create vhdl files from matlab simulink model'
	@echo '  "make clean"    - to remove all generated files'

hdl: $(PROJECT).slx
	# create hdl from matlab
	matlab -nodisplay -nosplash -nodesktop -r "$(PROJECT); makehdl('$(TOPLEVEL)') ;exit;"

clean:
	rm -rf hdl_prj slprj *~