Makefile.am 556 B

123456789101112131415161718192021222324252627282930313233343536
  1. ## Process this file with automake to create Makefile.in.
  2. SUBDIRS = skins
  3. LIBFILES_OUT = mc.ext
  4. noinst_DATA = xterm.ad
  5. pkgdata_DATA =
  6. LIBFILES_CONST = \
  7. cedit.menu \
  8. edit.indent.rc \
  9. edit.spell.rc \
  10. mc.lib \
  11. filehighlight.ini \
  12. mc.keymap \
  13. mc.menu \
  14. mc.menu.sr
  15. CLEANFILES = $(SCRIPTS_OUT)
  16. cfgdir = $(sysconfdir)/@PACKAGE@
  17. cfg_DATA = \
  18. $(LIBFILES_CONST) \
  19. $(LIBFILES_OUT) \
  20. $(LIBFILES_ADD)
  21. # Files processed by configure don't need to be here
  22. EXTRA_DIST = \
  23. $(LIBFILES_CONST) \
  24. $(SCRIPTS_IN) \
  25. $(noinst_DATA) \
  26. $(pkgdata_DATA)