# 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=default.srt srecode-el.srt srecode-getset-cpp.srt srecode-template.srt srecode-cpp.srt srecode-wisent.srt srecode-texi.srt srecode-test.srt srecode-make.srt srecode-java.srt proj-test.srt
document_MISC=document-default.srt srecode-document-cpp.srt srecode-document-java.srt
android_MISC=android-java.srt
arduino_MISC=arduino-pde.srt
VERSION=1.1
DISTDIR=$(top)srecode-$(VERSION)/templates



all: templates document android arduino

templates: 
	@

document: 
	@

android: 
	@

arduino: 
	@

tags: 

.PHONY: dist

dist:
	mkdir $(DISTDIR)
	cp $(templates_MISC) $(document_MISC) $(android_MISC) $(arduino_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
