add new makefile for nterm

 

File modified: lisp/Makefile lisp/emacs.d/ivan-load.el lisp/ivan/Makefile lisp/nterm/Makefile

Change335 at Thu Aug 12 11:11:21 2010 +0200 by Ivan Kanis <ivan@tao>

diff -r 5909db054dea -r 5ad87d1024e4 lisp/nterm/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lisp/nterm/Makefile	Thu Aug 12 11:11:21 2010 +0200
@@ -0,0 +1,38 @@
+SRC = \
+nterm.el \
+nterm.el
+
+ELC = ${SRC:.el=.elc}
+
+AUTOFILE = nterm-auto-load
+
+INSTALLDIR = ${HOME}/build/lisp/ivan
+
+all: $(ELC) $(AUTOFILE).elc
+
+$(AUTOFILE).el: $(SRC)
+	@$(EMACS) $(AUTOLOAD) $(SRC) 
+	@rm -f $(AUTOFILE).el~
+
+include ../elisp.mk
+
+# Local Variables:
+# compile-command: "make -f Makefile"
+# End:
+
+# Copyright (C) 2010 Ivan Kanis
+# Author: Ivan Kanis
+#
+# This program is free software ; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation ; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY ; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program ; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


back