emacs-matlab/templates/Makefile
2009-07-06 20:31:15 +00:00

38 lines
692 B
Makefile

# Automatically Generated Makefile by EDE.
# For use with: make
#
# 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
templates_MISC=srecode-matlab.srt
VERSION=3.3.0
DISTDIR=$(top)matlab-emacs-$(VERSION)/templates
all: templates
templates:
@
tags:
.PHONY: dist
dist:
mkdir $(DISTDIR)
cp $(templates_MISC) $(ede_FILES) $(DISTDIR)
Makefile: Project.ede
@echo Makefile is out of date! It needs to be regenerated by EDE.
@echo If you have not modified Project.ede, you can use 'touch' to update the Makefile time stamp.
@false
# End of Makefile