home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / id-utils-3.2-src.tgz / tar.out / fsf / id-utils / lisp / Makefile.am < prev    next >
Makefile  |  1996-09-28  |  251b  |  11 lines

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