emacs-matlab/toolbox/Makefile
Eric Ludlam 9749479662 toolbox/Makefile, toolboxProject.ede:
Account for new files in this directory.
2019-11-23 17:25:51 -05:00

32 lines
617 B
Makefile

# Automatically Generated Makefile by EDE.
# For use with: make
# Relative File Name: toolbox/Makefile
#
# DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST.
# EDE is the Emacs Development Environment.
# http://cedet.sourceforge.net/ede.shtml
#
top=../
ede_FILES=Project.ede Makefile
matlab_MISC=emacsinit.m opentoline.m emacsdocomplete.m dbhotlink.m emacsnetshell.m emacsrunregion.m +emacs/@EmacsServer/EmacsServer.m
VERSION=4.0
DISTDIR=$(top)matlab-emacs-$(VERSION)/toolbox
all: matlab
matlab:
@
tags:
.PHONY: dist
dist:
mkdir $(DISTDIR)
cp $(matlab_MISC) $(ede_FILES) $(DISTDIR)
# End of Makefile