File: Makefile.am

package info (click to toggle)
t-code 1%3A2.0beta9-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,632 kB
  • ctags: 507
  • sloc: lisp: 7,176; sh: 488; ansic: 440; perl: 270; makefile: 116
file content (20 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Makefile for Lisp sources of tc
#
SHELL = /bin/sh

COMMON_EL_FILES = tc-setup.el tc.el tc-help.el \
	tc-bushu.el tc-mazegaki.el tc-util.el tc-tbl.el tutc-tbl.el eelll.el

lisp_LISP = tc-sysdep.el $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el
ELCFILES = compile.log
noinst_LISP = make-elc.el guess.el

EXTRA_DIST = $(lisp_LISP) $(noinst_LISP)

compile.log:
	$(EMACS) -q -no-site-file -batch -l $(srcdir)/make-elc.el \
		$(COMMON_EL_FILES) $(EL_FILES) 2> compile.log

clean:
	rm -f *.elc