blob: 2be864ceeaa76fca10bdeca8aecd53ba151bb9c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Process this file with automake to create Makefile.in
EXTRA_DIST = id-utils.el elisp-comp
elc_SCRIPTS = id-utils.elc
elcdir = @LISPDIR@
SUFFIXES = .el .elc
DISTCLEANFILES = id-utils.elc
.el.elc:
@echo "WARNING: Warnings can be ignored. :-)"
$(SHELL) $(srcdir)/elisp-comp $<
|