home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gettext-0.10.24-src.tgz / tar.out / fsf / gettext / misc / Makefile.am < prev    next >
Makefile  |  1996-09-28  |  1KB  |  41 lines

  1. ## Makefile for the misc subdirectory of the GNU NLS Utilities
  2. ## Copyright (C) 1995, 1996 Free Software Foundation, Inc.
  3. ##
  4. ## This program is free software; you can redistribute it and/or modify
  5. ## it under the terms of the GNU General Public License as published by
  6. ## the Free Software Foundation; either version 2, or (at your option)
  7. ## any later version.
  8. ##
  9. ## This program is distributed in the hope that it will be useful,
  10. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. ## GNU General Public License for more details.
  13. ##
  14. ## You should have received a copy of the GNU General Public License
  15. ## along with this program; if not, write to the Free Software
  16. ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  17.  
  18. ## Process this file with automake to produce Makefile.in.
  19.  
  20. elcdir = @LISPDIR@
  21. localedir = $(datadir)/locale
  22.  
  23. EXTRA_DIST = combine-sh elisp-comp gettext.perl gettext-sh gettextize.in \
  24. magic.add tcl_gettext.c README-Tcl po-mode.el
  25. DISTCLEANFILES = gettextize $(ELCFILES)
  26. ELCFILES = po-mode.elc
  27.  
  28. bin_SCRIPTS = gettextize
  29.  
  30. SUFFIXES = .el .elc
  31. # Unless automake has a better solution we use category _SCRIPTS for
  32. # Lisp files.  The problem is that when _DATA would be used the *.elc
  33. # is attempted to be distributed.
  34. elc_SCRIPTS = @ELCFILES@
  35.  
  36. locale_DATA = locale.alias
  37.  
  38. .el.elc:
  39.     @echo "WARNING: Warnings can be ignored. :-)"
  40.     $(SHELL) $(srcdir)/elisp-comp $<
  41.