home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / plbin.zip / pl / lisp / Makefile next >
Makefile  |  1992-05-26  |  585b  |  31 lines

  1. # SCCS: @(#)91/01/14 Makefile    1.3
  2. # make gnu to create all .elc files. 
  3. GNUEMACS = gnuemacs
  4.  
  5. STARTFILE = qprolog-mode.el
  6.  
  7. ELFILES =                       \
  8.     qpaux.el                \
  9.     qpcommands.el           \
  10.     qpfile-compl.el     \
  11.     qpfindpred.el         \
  12.     qphelp-functions.el     \
  13.     qphelp.el         \
  14.     qprolog-indent.el     \
  15.     qprolog-mode.el     \
  16.     qpdelete.el         \
  17.     qprocess.el         \
  18.     qprolog.el         \
  19.     quintaux.el         \
  20.     qpshell-command-ring.el \
  21.     qptokens.el         \
  22.     qui.el          \
  23.     qui_cmds.el        \
  24.     qui_aux.el        \
  25.     qui_filter.el        
  26.  
  27.  
  28.  
  29. gnu:
  30.     $(GNUEMACS) -batch -q -l $(STARTFILE) -f batch-byte-compile $(ELFILES)
  31.