1 .PHONY
: all contrib
clean realclean distclean fullclean
install
4 include ..
/Makefile.defs
7 ELC
= $(patsubst %.el
,%.elc
,$(EL
))
13 $(PROJECT
)-build.elc
: ..
/scripts
/$(PROJECT
)-build.el
14 @echo
$(PROJECT
)-build.el is not byte-compiled
17 @
$(EMACS
) -q
$(SITEFLAG
) -batch
-l ..
/scripts
/$(PROJECT
)-build.el \
18 -f batch-byte-compile
$<
20 clean realclean distclean fullclean
:
24 install -d
$(ELISPDIR
)/contrib
25 install -m
0644 $(EL
) $(ELC
) $(ELISPDIR
)/contrib